Disable quality sorting on history - since its json

pull/4/head
Mark McDowall 11 years ago
parent 0f4bfd7afc
commit 8d5e92d602

@ -60,9 +60,10 @@ define(
cell : EpisodeTitleCell
},
{
name : 'quality',
label: 'Quality',
cell : QualityCell
name : 'quality',
label : 'Quality',
cell : QualityCell,
sortable: false
},
{
name : 'date',

Loading…
Cancel
Save