fix 修复主程序依赖调整

This commit is contained in:
thsrite
2025-07-09 17:46:15 +08:00
parent 96c061b7e0
commit 5fdebaf04d
2 changed files with 5 additions and 3 deletions

View File

@@ -539,11 +539,12 @@
"name": "短剧刮削",
"description": "监控视频短剧创建,刮削。",
"labels": "刮削",
"version": "4.0.2",
"version": "4.0.3",
"icon": "Amule_B.png",
"author": "thsrite",
"level": 1,
"history": {
"v4.0.3": "修复主程序依赖调整",
"v4.0.2": "修复软连接bug",
"v4.0.1": "适配主程序调整",
"v4.0": "支持MoviePilot V2 版本",

View File

@@ -16,7 +16,8 @@ from requests import RequestException
from watchdog.events import FileSystemEventHandler
from watchdog.observers import Observer
from watchdog.observers.polling import PollingObserver
from app.helper.sites import SitesHelper, SiteSpider
from app.helper.sites import SitesHelper
from app.modules.indexer.spider import SiteSpider
from app.chain.tmdb import TmdbChain
from app.core.config import settings
@@ -62,7 +63,7 @@ class ShortPlayMonitor(_PluginBase):
# 插件图标
plugin_icon = "Amule_B.png"
# 插件版本
plugin_version = "4.0.2"
plugin_version = "4.0.3"
# 插件作者
plugin_author = "thsrite"
# 作者主页