mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Disable quality sorting on history - since its json
This commit is contained in:
parent
0f4bfd7afc
commit
8d5e92d602
1 changed files with 4 additions and 3 deletions
|
@ -62,7 +62,8 @@ define(
|
|||
{
|
||||
name : 'quality',
|
||||
label : 'Quality',
|
||||
cell : QualityCell
|
||||
cell : QualityCell,
|
||||
sortable: false
|
||||
},
|
||||
{
|
||||
name : 'date',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue