Added lidarr to docker-compose.yml (LIDARR STILL UNTESTED)

This commit is contained in:
Benjamin Harder
2023-10-20 09:12:11 +02:00
parent a031d25aa9
commit a860a09837
4 changed files with 4 additions and 1 deletions

View File

@@ -203,7 +203,7 @@ async def queue_cleaner(settings_dict, arr_type, defective_tracker):
deleted_downloads = Deleted_Downloads([])
items_detected = 0
#items_detected += await test_remove_ALL( settings_dict, BASE_URL, API_KEY, deleted_downloads, defective_tracker)
#items_detected += await test_remove_ALL( settings_dict, BASE_URL, API_KEY, deleted_downloads, defective_tracker)
if settings_dict['REMOVE_FAILED']:
items_detected += await remove_failed( settings_dict, BASE_URL, API_KEY, deleted_downloads)