mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-26 22:59:25 +00:00
Bug fixes: hanging after failed nzbs.org attempt, retriving rgid from mb during force post process
This commit is contained in:
@@ -374,7 +374,7 @@ def findAlbumID(artist=None, album=None):
|
||||
|
||||
|
||||
|
||||
term = album + '" AND artist:"'+artist+'"'
|
||||
term = album + ' AND artist:"'+artist+'"'
|
||||
|
||||
f = ws.ReleaseGroupFilter(query=term, limit=1)
|
||||
results = None
|
||||
|
||||
@@ -210,7 +210,7 @@ def searchNZB(albumid=None, new=False):
|
||||
logger.error('Unable to get the NZBs.org feed. Check that your settings are correct - post a bug if they are')
|
||||
items = None
|
||||
|
||||
if len(items):
|
||||
if items:
|
||||
|
||||
for item in items:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user