fix 增加历史删除按钮

This commit is contained in:
thsrite
2024-05-06 21:21:59 +08:00
parent 9ec1ddb4f7
commit b11b93d716
3 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ MoviePilot三方插件市场https://github.com/thsrite/MoviePilot-Plugins/
- 日程提醒 1.0
- 订阅提醒 1.1
- [Emby观影报告 1.5](docs%2FEmbyReporter.md)
- 演员订阅 1.5
- 演员订阅 1.6
- [短剧刮削 3.2](docs%2FShortPlayMonitor.md)
- 云盘实时监控 2.1
- 源文件恢复 1.2

View File

@@ -194,11 +194,12 @@
"name": "演员订阅",
"description": "自动订阅指定演员热映或最新电影或电视剧。",
"labels": "订阅",
"version": "1.5",
"version": "1.6",
"icon": "Mdcng_A.png",
"author": "thsrite",
"level": 2,
"history": {
"v1.6": "增加历史删除按钮",
"v1.5": "rename",
"v1.4": "支持多个订阅源",
"v1.3": "修复bug",

View File

@@ -27,7 +27,7 @@ class ActorSubscribe(_PluginBase):
# 插件图标
plugin_icon = "Mdcng_A.png"
# 插件版本
plugin_version = "1.5"
plugin_version = "1.6"
# 插件作者
plugin_author = "thsrite"
# 作者主页