mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix #214
This commit is contained in:
@@ -505,10 +505,13 @@
|
||||
"IyuuAuth": {
|
||||
"name": "IYUU站点绑定",
|
||||
"description": "为IYUU账号绑定认证站点,以便用于用户认证和辅种。",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"icon": "Iyuu_A.png",
|
||||
"author": "jxxghp",
|
||||
"level": 1
|
||||
"level": 1,
|
||||
"history": {
|
||||
"v1.1": "修复IYUU站点绑定失败问题"
|
||||
}
|
||||
},
|
||||
"NtfyMsg": {
|
||||
"name": "ntfy消息推送",
|
||||
|
||||
@@ -14,7 +14,7 @@ class IyuuAuth(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "Iyuu_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
plugin_version = "1.1"
|
||||
# 插件作者
|
||||
plugin_author = "jxxghp"
|
||||
# 作者主页
|
||||
@@ -85,7 +85,7 @@ class IyuuAuth(_PluginBase):
|
||||
for item in self.iyuu.get_auth_sites() or []:
|
||||
SiteOptions.append({
|
||||
"title": item.get("site"),
|
||||
"value": item.get("id")
|
||||
"value": item.get("site")
|
||||
})
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user