mirror of
https://github.com/Radarr/Radarr
synced 2024-12-24 00:42:38 +00:00
Add in theaters to 1st coumn in movie list
This commit is contained in:
parent
3f62911a4f
commit
8fb5049899
1 changed files with 4 additions and 4 deletions
|
@ -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 a new issue