New: Album Release Date on queue screen

This commit is contained in:
Qstick 2018-09-01 23:10:23 -04:00
commit 61387b3d44
3 changed files with 18 additions and 0 deletions

View file

@ -104,6 +104,8 @@ namespace Lidarr.Api.V1.Queue
return q => q.Album;
case "album.title":
return q => q.Album.Title;
case "album.releaseDate":
return q => q.Album.ReleaseDate;
case "quality":
return q => q.Quality;
case "progress":