mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 14:33:30 -07:00
Update RequestExtensions.cs
fix for sortname issue https://github.com/Lidarr/Lidarr/issues/3392
This commit is contained in:
parent
51085482bc
commit
bef205a8e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue