pSpitzner / beets-flask

An opinionated docker container for a web-interface around the music organizer beets
18 stars 2 forks source link

Library routing is broken when using production routes #10

Closed pSpitzner closed 4 months ago

pSpitzner commented 4 months ago

Song-ids or next column values always get appended to url, so that the urls become nensensical.

also, with my large library, the artists are not sorted alphabetically. (likely because the sort-order returned by the api is for album/sort artists - but this makes no sense in our current simple view)

Only happened on my ubuntu box though. I think this might be related to misconfigured vite / route generation.