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
-3
View File
@@ -234,9 +234,6 @@ class TCOLOR:
class Keys:
# get last fm api key from os environment
PLUGIN_LYRICS_AUTHORITY = os.environ.get("apic-desktop.musixmatch.com")
PLUGIN_LYRICS_ROOT_URL = os.environ.get("https://apic-desktop.musixmatch.com/ws/1.1/")
SWINGMUSIC_APP_VERSION = os.environ.get("SWINGMUSIC_APP_VERSION")
@classmethod