mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-25 06:57:08 -04:00
Released icon is back
This commit is contained in:
parent
0f2f2e4b32
commit
a9154559b8
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ module.exports = NzbDroneCell.extend({
|
||||||
var numOfMonths = timeSince / 1000 / 60 / 60 / 24 / 30;
|
var numOfMonths = timeSince / 1000 / 60 / 60 / 24 / 30;
|
||||||
|
|
||||||
|
|
||||||
|
if (status === 'released') {
|
||||||
|
this.$el.html('<i class="icon-sonarr-movie-released grid-icon" title="Released"></i>');
|
||||||
|
this._setStatusWeight(3);
|
||||||
|
}
|
||||||
if (status === 'inCinemas') {
|
if (status === 'inCinemas') {
|
||||||
this.$el.html('<i class="icon-sonarr-movie-cinemas grid-icon" title="In Cinemas"></i>');
|
this.$el.html('<i class="icon-sonarr-movie-cinemas grid-icon" title="In Cinemas"></i>');
|
||||||
this._setStatusWeight(2);
|
this._setStatusWeight(2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue