lastfm integration

This commit is contained in:
cwilvx
2024-12-30 21:00:16 +03:00
parent 78224d17b8
commit 8136e350aa
4 changed files with 125 additions and 0 deletions
+3
View File
@@ -48,6 +48,9 @@ class UserConfig:
# plugins
enablePlugins: bool = True
lastfmApiKey: str = "5e5306fbf3e8e3bc92f039b6c6c4bd4e"
lastfmApiSecret: str = "0553005e93f9a4b4819d835182181806"
lastfmSessionKeys: dict[str, str] = field(default_factory=dict)
def __post_init__(self):
"""