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
|
@ -60,9 +60,10 @@ define(
|
||||||
cell : EpisodeTitleCell
|
cell : EpisodeTitleCell
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'quality',
|
name : 'quality',
|
||||||
label: 'Quality',
|
label : 'Quality',
|
||||||
cell : QualityCell
|
cell : QualityCell,
|
||||||
|
sortable: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'date',
|
name : 'date',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue