Added check for update

This commit is contained in:
Kamil
2024-12-06 00:05:36 +00:00
parent 671b813e6c
commit c5de8d9841
5 changed files with 116 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ class Config:
LIDARR_URL = os.getenv('LIDARR_URL','')
LIDARR_MONITOR_ARTISTS = os.getenv('LIDARR_MONITOR_ARTISTS','false').lower() == 'true'
MUSIC_STORAGE_BASE_PATH = os.getenv('MUSIC_STORAGE_BASE_PATH')
CHECK_FOR_UPDATES = os.getenv('CHECK_FOR_UPDATES','true').lower() == 'true'
# SpotDL specific configuration
SPOTDL_CONFIG = {
'cookie_file': '/jellyplist/cookies.txt',