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
Kendall Garner 9cd8807a75
[bugfix]: Handle top-level songs for Jellyfin (#553)
* [bugfix]: Handle top-level songs for Jellyfin

If a song is at the top level of a music folder, Jellyfin will not
group that into an album (See https://jellyfin.org/docs/general/server/media/music/).

This PR introduces a few changes:
- Gives tracks with no album ID a special route (`/dummy/${id}`)
- Gives a new route for dummy albums, warning about the error. This is designed to look _like_ the album detail page

* `are are` > `are`

* revert name changes
2024-04-30 03:18:43 +00:00
..
__tests__ Lint all files 2023-07-01 19:14:12 -07:00
i18n [bugfix]: Handle top-level songs for Jellyfin (#553) 2024-04-30 03:18:43 +00:00
main Revert "Upgrade dependencies" 2024-04-28 21:03:31 -07:00
remote prevent change of media state with empty queue 2024-04-20 22:01:29 -07:00
renderer [bugfix]: Handle top-level songs for Jellyfin (#553) 2024-04-30 03:18:43 +00:00
types Revert "Upgrade dependencies" 2024-04-28 21:03:31 -07:00