mirror of https://github.com/Radarr/Radarr
Disable quality sorting on history - since its json
This commit is contained in:
parent
0f4bfd7afc
commit
8d5e92d602
|
@ -61,8 +61,9 @@ define(
|
|||
},
|
||||
{
|
||||
name : 'quality',
|
||||
label: 'Quality',
|
||||
cell : QualityCell
|
||||
label : 'Quality',
|
||||
cell : QualityCell,
|
||||
sortable: false
|
||||
},
|
||||
{
|
||||
name : 'date',
|
||||
|
|
Loading…
Reference in New Issue