mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-06-04 07:26:54 +00:00
短剧分类调试
This commit is contained in:
@@ -27,7 +27,7 @@ class PlayletCategory_v2(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "Amule_A.png"
|
||||
# 插件版本
|
||||
plugin_version = "2.15"
|
||||
plugin_version = "2.16"
|
||||
# 插件作者
|
||||
plugin_author = "longqiuyu"
|
||||
# 作者主页
|
||||
@@ -41,7 +41,7 @@ class PlayletCategory_v2(_PluginBase):
|
||||
|
||||
_enabled = False
|
||||
_notify = True
|
||||
_delay = 0
|
||||
_delay: int = 0
|
||||
_category_dir = ""
|
||||
_episode_duration = 8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user