fix media

This commit is contained in:
Gerber Lóránt Viktor 2023-02-03 05:45:50 +01:00 committed by Damir Jelić
parent 127373fdcc
commit 807deb94ee

View File

@ -1273,7 +1273,7 @@ class ProxyDaemon:
client = next(iter(self.pan_clients.values()))
try:
response = await client.download(server_name, media_id, file_name)
response = await client.download(server_name=server_name, media_id=media_id, filename=file_name)
except ClientConnectionError as e:
raise e