This commit is contained in:
Benjamin Harder
2025-06-07 17:35:31 +02:00
parent b53f0a4c46
commit afca563b68

View File

@@ -118,4 +118,4 @@ class DownloadClients:
download_clients = getattr(self, client_type, [])
result[client_type] = [client.name for client in download_clients]
return result
return result