mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-08 09:10:32 +08:00
v2.4.7
- 修复了订阅文件信息显示问题 - 修复了默认通知模板格式中季号的显示问题 - 修复了原始语言图片刮削的问题 - 修复了馒头新版标签无法识别的问题 - 优化了联邦插件API的注册
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from command import Command
|
||||
from app.command import Command
|
||||
|
||||
|
||||
def init_command():
|
||||
@@ -7,14 +7,16 @@ def init_command():
|
||||
"""
|
||||
Command()
|
||||
|
||||
|
||||
def stop_command():
|
||||
"""
|
||||
停止命令
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
def restart_command():
|
||||
"""
|
||||
重启命令
|
||||
"""
|
||||
Command().init_commands()
|
||||
Command().init_commands()
|
||||
|
||||
Reference in New Issue
Block a user