mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
New: Release title column in queue table
This commit is contained in:
@@ -139,6 +139,8 @@ namespace Lidarr.Api.V1.Queue
|
||||
return q => q.Status;
|
||||
case "artist.sortName":
|
||||
return q => q.Artist?.SortName;
|
||||
case "title":
|
||||
return q => q.Title;
|
||||
case "album":
|
||||
return q => q.Album;
|
||||
case "album.title":
|
||||
|
||||
Reference in New Issue
Block a user