mirror of
https://github.com/evilhero/mylar
synced 2025-02-02 04:21:43 +00:00
FIX:(#1046) Retrying download would result in error if provider being used was not a newznab provider.
This commit is contained in:
parent
d6009fa0a3
commit
80d204420f
1 changed files with 2 additions and 0 deletions
|
@ -1166,6 +1166,8 @@ class WebInterface(object):
|
|||
"comyear": ComicYear,
|
||||
"modcomicname": modcomicname})
|
||||
|
||||
newznabinfo = None
|
||||
|
||||
if Provider == 'nzb.su':
|
||||
if not mylar.NZBSU:
|
||||
logger.error('nzb.su is not enabled - unable to process retry request until provider is re-enabled.')
|
||||
|
|
Loading…
Reference in a new issue