mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 23:33:38 -07:00
parent
52fc5ae1ea
commit
c02b66ec44
102 changed files with 299 additions and 300 deletions
|
@ -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)
|
||||
{
|
||||
"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