diff --git a/config/settings.py b/config/settings.py index 1a6e69d2..ce46db05 100644 --- a/config/settings.py +++ b/config/settings.py @@ -83,9 +83,12 @@ class ConfigManager: 'listenbrainz.token', 'acoustid.api_key', 'lastfm.api_key', + 'lastfm.api_secret', + 'lastfm.session_key', 'genius.access_token', # Other 'hydrabase.api_key', + 'discogs.token', }) def _get_fernet(self) -> Fernet: