Update artist image download message and lyrics plugin URL

This commit is contained in:
mungai-njoroge
2024-02-24 21:15:18 +03:00
parent 67f28b8a9b
commit 10a60c9ca2
5 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -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: