mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-19 07:26:44 +00:00
fix CloudStrmCompanion
v1.2.6 修复交互命令
This commit is contained in:
@@ -442,11 +442,12 @@
|
||||
"name": "云盘Strm助手",
|
||||
"description": "实时监控、定时全量增量生成strm文件。",
|
||||
"labels": "云盘",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudcompanion.png",
|
||||
"author": "thsrite",
|
||||
"level": 1,
|
||||
"history": {
|
||||
"v1.2.6": "修复交互命令",
|
||||
"v1.2.5": "可自定义是否UrlEncode编码",
|
||||
"v1.2.4": "优化执行周期输入,需要MoviePilot v2.2.1+",
|
||||
"v1.2.3": "Strm生成成功后缓存已处理记录",
|
||||
|
||||
@@ -63,7 +63,7 @@ class CloudStrmCompanion(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/cloudcompanion.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.2.5"
|
||||
plugin_version = "1.2.6"
|
||||
# 插件作者
|
||||
plugin_author = "thsrite"
|
||||
# 作者主页
|
||||
|
||||
Reference in New Issue
Block a user