mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01: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
|
||||
},
|
||||
{
|
||||
name : 'quality',
|
||||
label: 'Quality',
|
||||
cell : QualityCell
|
||||
name : 'quality',
|
||||
label : 'Quality',
|
||||
cell : QualityCell,
|
||||
sortable: false
|
||||
},
|
||||
{
|
||||
name : 'date',
|
||||
|
|
|
|||
Loading…
Reference in a new issue