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/router
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
..
app-outlet.tsx Center auth loading spinner 2024-03-05 15:52:14 -08:00
app-router.tsx [bugfix]: Handle top-level songs for Jellyfin (#553) 2024-04-30 03:18:43 +00:00
routes.ts [bugfix]: Handle top-level songs for Jellyfin (#553) 2024-04-30 03:18:43 +00:00
titlebar-outlet.tsx Lint all files 2023-07-01 19:14:12 -07:00