mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Prevent releases with unknown series from being downloaded
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user