agersant / polaris-web

Web client for Polaris
https://github.com/agersant/polaris
MIT License
18 stars 12 forks source link

Bug: Multi-disc album details (content) displayed and queued incorrectly #79

Closed michalsieron closed 3 years ago

michalsieron commented 3 years ago

I am aware that display part of this issue is caused by implemented solution to #67, yet after declaration from 0.13.0 changelog ("Individual discs from multi-disc albums can now be dragged into the playlist.") I think it is causing this bug.

When you have multi-disc album it gets displayed like this - sorted alphabetically. image

When you try do drag one of these "part-disks" onto playlist pane (e.g. this one) image it only adds songs from that "part-disk" (in this case only those 2 songs, while disk contains 15 songs).

Polaris 0.13.1, Windows 10, Firefox 84

agersant commented 3 years ago

Also a good find, thanks for the report!

Fixed in bc85bcffbe0603c8159b135c3d7e3137c8cded04 (and apologies about the borked display you have to put up with until semantic browsing gets implemented)

michalsieron commented 3 years ago

Thanks for quick fix. And I understand that the display issue isn't that big of a deal as multi-disc albums are not that common, so don't worry about that one.

agersant commented 3 years ago

I made a minor release with this fix in case you want to get your hands on it (and the user settings one too).