diff --git a/headphones/searcher.py b/headphones/searcher.py index c2070ee9..3f7e77ee 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -304,7 +304,7 @@ def searchNZB(albumid=None, new=False): items = d.getElementsByTagName("item") except ExpatError: logger.info('Unable to get the NEWZBIN feed. Check that your settings are correct - post a bug if they are') - items = None + items = [] if len(items):