move player timestamp to separate store

- for performance related issue
This commit is contained in:
jeffvli
2025-11-16 21:49:31 -08:00
parent 243d29f7a7
commit 4451389b6a
3 changed files with 89 additions and 62 deletions
+1
View File
@@ -7,3 +7,4 @@ export * from './list.store';
export * from './player.store';
export * from './playlist.store';
export * from './settings.store';
export * from './timestamp.store';