mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Add in theaters to 1st coumn in movie list
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user