This commit is contained in:
恍兮惚兮 2024-06-28 01:23:57 +08:00
parent b884daf3cd
commit b60ab35421

View File

@ -93,9 +93,9 @@ class bgmsettings(QDialog):
json={ json={
"type": 4, "type": 4,
# "rate": 10, # "rate": 10,
"comment": "string", # "comment": "string",
"private": True, # "private": True,
"tags": ["string"], # "tags": ["string"],
}, },
proxies=self._ref.proxy, proxies=self._ref.proxy,
) )
@ -111,9 +111,9 @@ class bgmsettings(QDialog):
json={ json={
"type": 4, "type": 4,
# "rate": 10, # "rate": 10,
"comment": "string", # "comment": "string",
"private": True, # "private": True,
"tags": ["string"], # "tags": ["string"],
}, },
proxies=self._ref.proxy, proxies=self._ref.proxy,
) )