You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we pass the ref to both browse and lookup, it would be possible to sort album tracks by disc/track number if the backend does not do this by itself. Should be a config option (default: true). Other options are also possible (by title, artist, date), and it would also be possible to add this to the library menu later.
Note that a stable sort should be used to keep default order if track numbers are missing.
The text was updated successfully, but these errors were encountered:
Since we pass the
ref
to bothbrowse
andlookup
, it would be possible to sort album tracks by disc/track number if the backend does not do this by itself. Should be a config option (default: true). Other options are also possible (by title, artist, date), and it would also be possible to add this to the library menu later.Note that a stable
sort
should be used to keep default order if track numbers are missing.The text was updated successfully, but these errors were encountered: