mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-14 07:26:51 +00:00
fix icon
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
"name": "自动删种",
|
||||
"description": "自动删除下载器中的下载任务。",
|
||||
"version": "1.1",
|
||||
"icon": "delete.png",
|
||||
"icon": "delete.jpg",
|
||||
"author": "jxxghp",
|
||||
"level": 2
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@ class TorrentRemover(_PluginBase):
|
||||
# 插件描述
|
||||
plugin_desc = "自动删除下载器中的下载任务。"
|
||||
# 插件图标
|
||||
plugin_icon = "delete.png"
|
||||
plugin_icon = "delete.jpg"
|
||||
# 插件版本
|
||||
plugin_version = "1.1"
|
||||
# 插件作者
|
||||
|
||||
Reference in New Issue
Block a user