Skip to content

query: Replace incorrect artists order statement

Marinus Schraal requested to merge wip/mschraal/fix-artists-query into master

The artists query contained an obsolete ?album_collation statement, that was mistakenly not replaced in an earlier cleanup. It triggered an error with a recent Tracker release. Replace it with the updated ordering statement as originally intended.

Merge request reports