Bugzilla – Bug 18092
albums command with sort:new included returns no entries
Last modified: 2014-05-19 13:51:33 UTC
I use a command like this to retrieve the albums for an artist: albums 0 100 artist_id:698 sort:new tags:jw Turns out that the "sort:new" causes the list to come back empty on LMS 7.8 (and latest 7.8.1) but it worked fine on 7.7. Removing "sort:new" or changing it to "sort:artflow" brings back all the items. This is a regression from 7.7. Happens both on CLI and Comet requests.
Fixed in commit f895cae82044b0df77fa3d17134d6603fadaf2bf (7.8.1)
Thanks for the fast response, works great!