fix 增加历史删除按钮

This commit is contained in:
thsrite
2024-05-06 21:26:06 +08:00
parent d2bccc78b5
commit fa796df6dd
3 changed files with 4 additions and 3 deletions

View File

@@ -36,4 +36,4 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- 订阅规则自动填充 2.5
- Emby元数据刷新 1.1
- Emby媒体标签 1.1
- 热门媒体订阅 1.1
- 热门媒体订阅 1.2

View File

@@ -408,11 +408,12 @@
"name": "热门媒体订阅",
"description": "自定添加热门媒体到订阅。",
"labels": "订阅",
"version": "1.1",
"version": "1.2",
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/popular.png",
"author": "thsrite",
"level": 1,
"history": {
"v1.2": "增加历史删除按钮",
"v1.1": "修正流行度校验",
"v1.0": "自定添加热门媒体到订阅"
}

View File

@@ -23,7 +23,7 @@ class PopularSubscribe(_PluginBase):
# 插件图标
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/popular.png"
# 插件版本
plugin_version = "1.1"
plugin_version = "1.2"
# 插件作者
plugin_author = "thsrite"
# 作者主页