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