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:
Mateleo
2026-02-08 00:25:29 +01:00
committed by GitHub
parent 668de93829
commit d93f6e8720
2 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -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',
],
},