Possible fix for issue #1855

Should be tested more thoroughly
This commit is contained in:
barbequesauce 2018-02-17 17:04:52 -05:00 committed by evilhero
parent 0873be54fd
commit 8568c41baf
1 changed files with 1 additions and 1 deletions

View File

@ -1652,9 +1652,9 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, Publisher, IssueDa
if nowrite is False:
if any([nzbprov == 'dognzb', nzbprov == 'nzb.su', nzbprov == 'experimental', 'newznab' in nzbprov]):
tprov = nzbprov
kind = 'usenet'
if newznab_host is not None:
tprov = newznab_host[0]
kind = 'usenet'
else:
kind = 'torrent'
tprov = nzbprov