SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
123 stars 3 forks source link

Track listing should use the disc-then-track sort descriptor #106

Closed NattyNarwhal closed 1 year ago

NattyNarwhal commented 1 year ago

It works normally, but if the user changes the sort order, they can't go back to it. Need to associate the column with the sort descriptor somehow?

NattyNarwhal commented 1 year ago

I think the table column can only have a single sort descriptor, so I think the solution would be to make a composite, and worst case, custom comparator.

That, or override the delegate tableView:didClickTableColumn:?