mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Added option to disable blacklisting, both the queue check and the spec
This commit is contained in:
@@ -17,7 +17,7 @@ define(
|
||||
},
|
||||
|
||||
events: {
|
||||
'change .x-rename-episodes': '_setNamingOptionsVisibility'
|
||||
'change .x-rename-episodes': '_setFailedDownloadOptionsVisibility'
|
||||
},
|
||||
|
||||
onRender: function () {
|
||||
@@ -32,7 +32,7 @@ define(
|
||||
this._updateSamples();
|
||||
},
|
||||
|
||||
_setNamingOptionsVisibility: function () {
|
||||
_setFailedDownloadOptionsVisibility: function () {
|
||||
var checked = this.ui.renameEpisodesCheckbox.prop('checked');
|
||||
if (checked) {
|
||||
this.ui.namingOptions.slideDown();
|
||||
|
||||
Reference in New Issue
Block a user