mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Update artist image download message and lyrics plugin URL
This commit is contained in:
+2
-2
@@ -102,10 +102,10 @@ class Populate:
|
||||
CheckArtistImages(instance_key)
|
||||
except (RequestConnectionError, ReadTimeout) as e:
|
||||
log.error(
|
||||
"Internet connection lost. Downloading artist images stopped."
|
||||
"Internet connection lost. Downloading artist images suspended."
|
||||
)
|
||||
else:
|
||||
log.warning(f"No internet connection. Downloading artist images stopped!")
|
||||
log.warning(f"No internet connection. Downloading artist images suspended!")
|
||||
|
||||
# Re-process the new artist images.
|
||||
if tried_to_download_new_images:
|
||||
|
||||
Reference in New Issue
Block a user