mirror of https://github.com/Radarr/Radarr
Merge pull request #263 from Radarr/patch/update-movie-list
Add in theaters to 1st coumn in movie list
This commit is contained in:
commit
98856e6747
|
@ -32,10 +32,10 @@ module.exports = NzbDroneCell.extend({
|
|||
this._setStatusWeight(1);
|
||||
}
|
||||
|
||||
else if (!monitored) {
|
||||
this.$el.html('<i class="icon-sonarr-series-unmonitored grid-icon" title="Not Monitored"></i>');
|
||||
this._setStatusWeight(0);
|
||||
}
|
||||
// else if (!monitored) {
|
||||
// this.$el.html('<i class="icon-sonarr-series-unmonitored grid-icon" title="Not Monitored"></i>');
|
||||
// this._setStatusWeight(0);
|
||||
// }
|
||||
|
||||
return this;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue