From 8fb5049899044a5f02988c7f9251935ccc7cb52f Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sat, 14 Jan 2017 16:43:51 -0500 Subject: [PATCH] Add in theaters to 1st coumn in movie list --- src/UI/Cells/MovieStatusCell.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UI/Cells/MovieStatusCell.js b/src/UI/Cells/MovieStatusCell.js index 126afeb98..668e36d4e 100644 --- a/src/UI/Cells/MovieStatusCell.js +++ b/src/UI/Cells/MovieStatusCell.js @@ -32,10 +32,10 @@ module.exports = NzbDroneCell.extend({ this._setStatusWeight(1); } - else if (!monitored) { - this.$el.html(''); - this._setStatusWeight(0); - } + // else if (!monitored) { + // this.$el.html(''); + // this._setStatusWeight(0); + // } return this; },