Quick fix for Queue sort by Author SortName

Signed-off-by: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
This commit is contained in:
Qstick
2020-12-18 21:15:36 -05:00
parent 843e46f890
commit 42262877b0
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ namespace Readarr.Http.REST
// See src/Readarr.Api.V1/Queue/QueueModule.cs
private static readonly HashSet<string> VALID_SORT_KEYS = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
{
"authors.sortname", //Workaround authors table properties not being added on isValidSortKey call
"timeleft",
"estimatedCompletionTime",
"protocol",