couple of queue fixes

This commit is contained in:
Boof2015
2026-07-30 16:42:11 -04:00
parent 771d7a034c
commit e2934dbf5c
8 changed files with 336 additions and 49 deletions
+6
View File
@@ -50,6 +50,12 @@ type AstraQueueEvents = {
declare class AstraQueueModuleType extends NativeModule<AstraQueueEvents> {
present(options: NativeQueuePresentationOptions): Promise<void>;
dismiss(): void;
/**
* Re-theme an already-presented sheet. The palette given to `present` is only
* correct until the next track change, because the accent is derived from
* cover art.
*/
updatePalette(palette: NativeQueuePalette): void;
resolvePlaybackRequest(
requestId: string,
success: boolean,