mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-22 00:35:47 +02:00
Fix to tests
This commit is contained in:
@@ -8,8 +8,8 @@ async def remove_unmonitored(settings_dict, BASE_URL, API_KEY, NAME, deleted_dow
|
||||
# Removes downloads belonging to movies/tv shows that are not monitored. Does not add to blocklist
|
||||
try:
|
||||
failType = 'unmonitored'
|
||||
logger.debug('remove_unmonitored/queue IN: %s', formattedQueueInfo(queue))
|
||||
queue = await get_queue(BASE_URL, API_KEY)
|
||||
logger.debug('remove_unmonitored/queue IN: %s', formattedQueueInfo(queue))
|
||||
if not queue: return 0
|
||||
# Find items affected
|
||||
monitoredDownloadIDs = []
|
||||
|
||||
Reference in New Issue
Block a user