Fixed: Invalid sortkey on artists.sortName

pull/2406/head
Qstick 3 years ago committed by GitHub
parent 388a43a3f9
commit 99ccaab6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ namespace Lidarr.Http.Extensions
// See src/Lidarr.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
"artists.sortname", //Workaround authors table properties not being added on isValidSortKey call
"timeleft",
"estimatedCompletionTime",
"protocol",

Loading…
Cancel
Save