mirror of
https://github.com/rembo10/headphones.git
synced 2026-06-16 07:33:50 +01:00
Fix for last.fm query hanging when updating artist info
This commit is contained in:
@@ -42,7 +42,7 @@ def getSimilar():
|
||||
time.sleep(1)
|
||||
continue
|
||||
|
||||
if len(data) < 200:
|
||||
if not data or len(data) < 200:
|
||||
continue
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user