mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-12 10:57:16 +08:00
fix #189
This commit is contained in:
@@ -114,7 +114,7 @@ class DirMonitor(_PluginBase):
|
|||||||
|
|
||||||
# 存储目的目录
|
# 存储目的目录
|
||||||
paths = mon_path.split(":")
|
paths = mon_path.split(":")
|
||||||
if len(paths > 1):
|
if len(paths) > 1:
|
||||||
mon_path = paths[0]
|
mon_path = paths[0]
|
||||||
self._dirconf[mon_path] = paths[1]
|
self._dirconf[mon_path] = paths[1]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user