Bug 18092 - albums command with sort:new included returns no entries
: albums command with sort:new included returns no entries
Status: VERIFIED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: 7.8.0
: PC Debian Linux
: -- major (vote)
: 7.8.1
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-14 17:18 UTC by Ben Sandee
Modified: 2014-05-19 13:51 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Sandee 2014-05-14 17:18:52 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.
Comment 1 Michael Herger 2014-05-16 04:35:18 UTC
Fixed in commit f895cae82044b0df77fa3d17134d6603fadaf2bf (7.8.1)
Comment 2 Ben Sandee 2014-05-19 13:51:33 UTC
Thanks for the fast response, works great!