- Set 'PLAYING' status on prev track always
- Send 'playpause' to main for Windows Controls
- Properly update the seek slider time after last track ends
- Move controls to hook
- Pressing "prev" within 5 seconds of song start goes to previous song
- Pressing "prev" after 5 seconds goes to the start of the song
- Pressing "prev" on the first song of the queue with repeat "off" goes to the start of the song
- Pressing "next" on the last song of the queue with repeat "off" does nothing
* Remove albumSlice from store
- Merge into viewSlice
* Update pagination settings
- Add pagination settings for album
- Add server-side checkbox toggle for jellyfin
* Change album endpoints for pagination
* Add pagination for grid-view component
* Add center loader component (matches list default)
* Add pagination to album page (list-view)
- Update all links to the album page to properly handle pagination
* Match list view paginator with grid
* Add hooks for grid/list view scroll
* Add list/grid scroll hooks to album list page
* Remove image loading transition
* Split query key to separate useEffect
* Add scroll top to music list pagination