mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Sort allowed sorting keys
This commit is contained in:
@@ -142,20 +142,20 @@ namespace Radarr.Api.V3.Queue
|
||||
var pagingSpec = pagingResource.MapToPagingSpec<QueueResource, NzbDrone.Core.Queue.Queue>(
|
||||
new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
"timeleft",
|
||||
"status",
|
||||
"movies.sortTitle",
|
||||
"year",
|
||||
"languages",
|
||||
"quality",
|
||||
"protocol",
|
||||
"indexer",
|
||||
"downloadClient",
|
||||
"title",
|
||||
"size",
|
||||
"estimatedCompletionTime",
|
||||
"added",
|
||||
"progress"
|
||||
"downloadClient",
|
||||
"estimatedCompletionTime",
|
||||
"indexer",
|
||||
"languages",
|
||||
"movies.sortTitle",
|
||||
"progress",
|
||||
"protocol",
|
||||
"quality",
|
||||
"size",
|
||||
"status",
|
||||
"timeleft",
|
||||
"title",
|
||||
"year"
|
||||
},
|
||||
"timeleft",
|
||||
SortDirection.Ascending);
|
||||
|
||||
Reference in New Issue
Block a user