mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
parent
3da72f54ef
commit
b95431500d
1 changed files with 2 additions and 0 deletions
|
|
@ -220,6 +220,8 @@ public PagingResource<QueueResource> GetQueue(bool includeUnknownMovieItems = fa
|
|||
return q => q.Movie?.MovieMetadata.Value.SortTitle ?? q.Title;
|
||||
case "title":
|
||||
return q => q.Title;
|
||||
case "year":
|
||||
return q => q.Movie?.Year ?? 0;
|
||||
case "languages":
|
||||
return q => q.Languages;
|
||||
case "quality":
|
||||
|
|
|
|||
Loading…
Reference in a new issue