mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Sort allowed sorting keys
This commit is contained in:
@@ -33,12 +33,12 @@ namespace Radarr.Api.V3.Blocklist
|
||||
var pagingSpec = pagingResource.MapToPagingSpec<BlocklistResource, NzbDrone.Core.Blocklisting.Blocklist>(
|
||||
new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
"movieMetadata.sortTitle",
|
||||
"sourceTitle",
|
||||
"languages",
|
||||
"quality",
|
||||
"date",
|
||||
"indexer"
|
||||
"indexer",
|
||||
"languages",
|
||||
"movieMetadata.sortTitle",
|
||||
"quality",
|
||||
"sourceTitle"
|
||||
},
|
||||
"date",
|
||||
SortDirection.Descending);
|
||||
|
||||
Reference in New Issue
Block a user