mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
feat: enable scrobbling on song repeat and fix package name typo (#1662)
- Add `handleScrobbleFromRepeat` callback to reset scrobble state and send 'start' event when player repeats a song, ensuring accurate scrobbling in repeat mode. - Fix typo in `web.vite.config.ts` by correcting '@tanstack_react-query-persist-client' to '@tanstack/react-query-persist-client' for proper package reference.
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ export default defineConfig({
|
||||
'@atlaskit/pragmatic-drag-and-drop',
|
||||
'@atlaskit/pragmatic-drag-and-drop-auto-scroll',
|
||||
'@atlaskit/pragmatic-drag-and-drop-hitbox',
|
||||
'@tanstack_react-query-persist-client',
|
||||
'@tanstack/react-query-persist-client',
|
||||
'idb-keyval',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user