mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
New: Album Release Date on queue screen
This commit is contained in:
parent
df34fb7be7
commit
61387b3d44
3 changed files with 18 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue