mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Prevent releases with unknown series from being downloaded
This commit is contained in:
parent
82933fbcc3
commit
6c91639d64
3 changed files with 15 additions and 2 deletions
|
@ -29,10 +29,14 @@ define(
|
|||
},
|
||||
|
||||
render: function () {
|
||||
this.$el.html('');
|
||||
|
||||
if (this.model.get('downloadAllowed'))
|
||||
{
|
||||
this.$el.html('<i class="icon-download-alt" title="Add to download queue" />');
|
||||
}
|
||||
|
||||
this.$el.html('<i class="icon-download-alt" title="Add to download queue" />');
|
||||
return this;
|
||||
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue