|
|
@ -38,7 +38,6 @@ module.exports = Marionette.Layout.extend({
|
|
|
|
label : 'Title',
|
|
|
|
label : 'Title',
|
|
|
|
cell : MovieTitleCell,
|
|
|
|
cell : MovieTitleCell,
|
|
|
|
cellValue : 'this',
|
|
|
|
cellValue : 'this',
|
|
|
|
sortValue : 'sortTitle'
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
name : 'profileId',
|
|
|
|
name : 'profileId',
|
|
|
@ -128,25 +127,13 @@ module.exports = Marionette.Layout.extend({
|
|
|
|
title : 'Title',
|
|
|
|
title : 'Title',
|
|
|
|
name : 'title'
|
|
|
|
name : 'title'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
|
|
|
|
title : 'Seasons',
|
|
|
|
|
|
|
|
name : 'seasonCount'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title : 'Quality',
|
|
|
|
title : 'Quality',
|
|
|
|
name : 'profileId'
|
|
|
|
name : 'profileId'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title : 'Network',
|
|
|
|
title : 'In Cinemas',
|
|
|
|
name : 'network'
|
|
|
|
name : 'inCinemas'
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title : 'Next Airing',
|
|
|
|
|
|
|
|
name : 'nextAiring'
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title : 'Episodes',
|
|
|
|
|
|
|
|
name : 'percentOfEpisodes'
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
};
|
|
|
|
};
|
|
|
@ -170,27 +157,6 @@ module.exports = Marionette.Layout.extend({
|
|
|
|
tooltip : 'Monitored Only',
|
|
|
|
tooltip : 'Monitored Only',
|
|
|
|
icon : 'icon-sonarr-monitored',
|
|
|
|
icon : 'icon-sonarr-monitored',
|
|
|
|
callback : this._setFilter
|
|
|
|
callback : this._setFilter
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
key : 'continuing',
|
|
|
|
|
|
|
|
title : '',
|
|
|
|
|
|
|
|
tooltip : 'Continuing Only',
|
|
|
|
|
|
|
|
icon : 'icon-sonarr-series-continuing',
|
|
|
|
|
|
|
|
callback : this._setFilter
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
key : 'ended',
|
|
|
|
|
|
|
|
title : '',
|
|
|
|
|
|
|
|
tooltip : 'Ended Only',
|
|
|
|
|
|
|
|
icon : 'icon-sonarr-series-ended',
|
|
|
|
|
|
|
|
callback : this._setFilter
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
key : 'missing',
|
|
|
|
|
|
|
|
title : '',
|
|
|
|
|
|
|
|
tooltip : 'Missing',
|
|
|
|
|
|
|
|
icon : 'icon-sonarr-missing',
|
|
|
|
|
|
|
|
callback : this._setFilter
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
};
|
|
|
|
};
|
|
|
|