fix DOWNLOADER

This commit is contained in:
jxxghp
2024-03-09 20:58:59 +08:00
parent d55e6dd38e
commit c5e9d4ed2b
3 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
"DirMonitor": {
"name": "目录监控",
"description": "监控目录文件发生变化时实时整理到媒体库。",
"version": "1.7",
"version": "1.8",
"icon": "directory.png",
"author": "jxxghp",
"level": 1
@@ -82,7 +82,7 @@
"MediaSyncDel": {
"name": "媒体文件同步删除",
"description": "同步删除历史记录、源文件和下载任务。",
"version": "1.3",
"version": "1.4",
"icon": "mediasyncdel.png",
"author": "thsrite",
"level": 1

View File

@@ -59,7 +59,7 @@ class DirMonitor(_PluginBase):
# 插件图标
plugin_icon = "directory.png"
# 插件版本
plugin_version = "1.7"
plugin_version = "1.8"
# 插件作者
plugin_author = "jxxghp"
# 作者主页

View File

@@ -31,7 +31,7 @@ class MediaSyncDel(_PluginBase):
# 插件图标
plugin_icon = "mediasyncdel.png"
# 插件版本
plugin_version = "1.3"
plugin_version = "1.4"
# 插件作者
plugin_author = "thsrite"
# 作者主页