This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
feishin/src/renderer/features/playlists/queries
jeffvli 01371d0227 Add pageIndex on infinite query results
- Result selector runs on every page on every fetch, which means that the uniqueId is not immutable. We need a static index on each item since a playlist can have duplicate song ids
2023-01-06 13:48:29 -08:00
..
playlist-detail-query.ts Add initial playlist detail page 2022-12-31 18:03:26 -08:00
playlist-list-query.ts Add playlist list 2022-12-31 03:46:12 -08:00
playlist-song-list-query.ts Add pageIndex on infinite query results 2023-01-06 13:48:29 -08:00