mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
@@ -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',
|
||||
cell : 'String',
|
||||
sortValue : 'year'
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user