mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-28 10:33:59 +00:00
delete_from_collection: Call _get_client_queryarg instead of passing it along
This commit is contained in:
@@ -591,4 +591,4 @@ class XmlWebService(QtCore.QObject):
|
||||
host, port = config.setting['server_host'], config.setting['server_port']
|
||||
for path in self._collection_request(id, releases):
|
||||
self.delete(host, port, path, handler,
|
||||
queryargs=self._get_client_queryarg)
|
||||
queryargs=self._get_client_queryarg())
|
||||
|
||||
Reference in New Issue
Block a user