mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-29 03:56:43 +08:00
修正目录监控模式匹配
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ class Monitor(metaclass=Singleton):
|
|||||||
:param limits: 系统限制信息
|
:param limits: 系统限制信息
|
||||||
:return: (是否使用轮询, 原因)
|
:return: (是否使用轮询, 原因)
|
||||||
"""
|
"""
|
||||||
if monitor_mode == "compatible":
|
if monitor_mode == "compatibility":
|
||||||
return True, "用户配置为兼容模式"
|
return True, "用户配置为兼容模式"
|
||||||
|
|
||||||
# 检查网络文件系统
|
# 检查网络文件系统
|
||||||
|
|||||||
Reference in New Issue
Block a user