Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/8fb5049899044a5f02988c7f9251935ccc7cb52f?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add in theaters to 1st coumn in movie list

Devin Buhl 8 years ago
parent 3f62911a4f
commit 8fb5049899

@ -32,10 +32,10 @@ module.exports = NzbDroneCell.extend({
this._setStatusWeight(1); this._setStatusWeight(1);
} }
else if (!monitored) { // else if (!monitored) {
this.$el.html('<i class="icon-sonarr-series-unmonitored grid-icon" title="Not Monitored"></i>'); // this.$el.html('<i class="icon-sonarr-series-unmonitored grid-icon" title="Not Monitored"></i>');
this._setStatusWeight(0); // this._setStatusWeight(0);
} // }
return this; return this;
}, },

Loading…
Cancel
Save