mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
fix color
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
"name": "下载器文件同步",
|
||||
"description": "同步下载器的文件信息到数据库,删除文件时联动删除下载任务。",
|
||||
"version": "1.0",
|
||||
"icon": "sync_file.png",
|
||||
"icon": "Youtube-dl_A.png",
|
||||
"author": "thsrite",
|
||||
"level": 1
|
||||
},
|
||||
|
||||
@@ -20,7 +20,7 @@ class SyncDownloadFiles(_PluginBase):
|
||||
# 插件描述
|
||||
plugin_desc = "同步下载器的文件信息到数据库,删除文件时联动删除下载任务。"
|
||||
# 插件图标
|
||||
plugin_icon = "sync_file.png"
|
||||
plugin_icon = "Youtube-dl_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user