Bug fixes: hanging after failed nzbs.org attempt, retriving rgid from mb during force post process

This commit is contained in:
Remy
2011-08-02 12:18:58 -07:00
parent d2618daeb7
commit 29dacdfb86
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: