Update RequestExtensions.cs

fix for sortname issue https://github.com/Lidarr/Lidarr/issues/3392
pull/4374/head
shapechecker 5 months ago committed by GitHub
parent 51085482bc
commit bef205a8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,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)
{
"artists.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