From 4c1343ad1111ef837cbff4db216dfa845b7f1a33 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sun, 15 Jun 2025 11:28:20 +0200 Subject: [PATCH] Removal of oudated code --- src/settings/_instances.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/settings/_instances.py b/src/settings/_instances.py index e83a236..ea40817 100644 --- a/src/settings/_instances.py +++ b/src/settings/_instances.py @@ -306,17 +306,6 @@ class ArrInstance: logger.info(tip) return - # async def get_download_client_implementation(self, download_client_name: str) -> str | None: - # """Return the 'implementation' field of a specific download client by name.""" - # logger.debug("_instances.py/get_download_client_implementation: Looking up implementation for download client '%s'", download_client_name) - - # arr_download_clients = await self.fetch_arr_download_clients() - - # for arr_download_client in arr_download_clients: - # if arr_download_client.get("name") == download_client_name: - # return arr_download_client.get("implementation") - - # return None async def remove_queue_item(self, queue_id, *, blocklist=False): """