mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 15:09:12 +00:00
fix plugin name
This commit is contained in:
@@ -407,7 +407,7 @@
|
||||
"author": "DzAvril",
|
||||
"level": 1
|
||||
},
|
||||
"TrCommond": {
|
||||
"TrCommand": {
|
||||
"name": "TR远程操作",
|
||||
"description": "通过定时任务或交互命令远程操作TR暂停/开始/限速等。",
|
||||
"version": "1.1",
|
||||
|
||||
@@ -10,7 +10,7 @@ from app.core.event import eventmanager, Event
|
||||
import time
|
||||
|
||||
|
||||
class TrCommond(_PluginBase):
|
||||
class TrCommand(_PluginBase):
|
||||
# 插件名称
|
||||
plugin_name = "TR远程操作"
|
||||
# 插件描述
|
||||
|
||||
Reference in New Issue
Block a user