From a9154559b8a61ed6ed15cd15f355570a08066ff7 Mon Sep 17 00:00:00 2001 From: geogolem Date: Wed, 29 Mar 2017 04:07:09 -0400 Subject: [PATCH] Released icon is back --- src/UI/Cells/MovieStatusCell.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/UI/Cells/MovieStatusCell.js b/src/UI/Cells/MovieStatusCell.js index 7731cfe79..d896d7030 100644 --- a/src/UI/Cells/MovieStatusCell.js +++ b/src/UI/Cells/MovieStatusCell.js @@ -13,6 +13,10 @@ module.exports = NzbDroneCell.extend({ var numOfMonths = timeSince / 1000 / 60 / 60 / 24 / 30; + if (status === 'released') { + this.$el.html(''); + this._setStatusWeight(3); + } if (status === 'inCinemas') { this.$el.html(''); this._setStatusWeight(2);