Many improvemtns and fixes related to decoupling of svelte and rust on android.
This commit is contained in:
@@ -234,7 +234,7 @@ async function updateQueueStatus(): Promise<void> {
|
||||
hasPrevious: boolean;
|
||||
shuffle: boolean;
|
||||
repeat: string;
|
||||
}>("player_get_queue_status");
|
||||
}>("player_get_queue");
|
||||
|
||||
// Import appState stores dynamically to avoid circular imports
|
||||
const { hasNext, hasPrevious, shuffle, repeat } = await import("$lib/stores/appState");
|
||||
|
||||
Reference in New Issue
Block a user