feat: Manage downloads and local media

This commit is contained in:
Aleksi Lassila
2024-04-02 20:31:40 +03:00
parent 8a6cfc0669
commit 880b653e8d
23 changed files with 540 additions and 296 deletions

View File

@@ -17,7 +17,7 @@ function createPlayerState() {
},
close: () => {
store.set({ visible: false, jellyfinId: '' });
jellyfinItemsStore.refresh();
jellyfinItemsStore.send();
}
};
}