mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-14 08:59:34 +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