mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
parent
b98881c576
commit
779f348f7b
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ namespace Sonarr.Http.Extensions
|
|||
private static readonly HashSet<string> VALID_SORT_KEYS = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
"series.sortname", // Workaround authors table properties not being added on isValidSortKey call
|
||||
"episode.title", // Deprecated
|
||||
"episode.airDateUtc", // Deprecated
|
||||
"episode.language", // Deprecated
|
||||
"timeleft",
|
||||
"estimatedCompletionTime",
|
||||
"protocol",
|
||||
|
|
Loading…
Reference in a new issue