Fixes #589 Fixes #632
@ -18,6 +18,10 @@ module.exports = NzbDroneCell.extend({
{
this.$el.html(movie.title + " (" + movie.year + ")" );
}
else
this.$el.html("Click to select movie");
this.delegateEvents();
return this;
@ -22,6 +22,12 @@ module.exports = Marionette.Layout.extend({
label : 'Title',
cell : 'String',
sortValue : 'title'
},
name : 'year',
label : 'Year',
sortValue : 'year'
],