mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix log
This commit is contained in:
@@ -76,8 +76,6 @@ class LibraryDuplicateCheck(_PluginBase):
|
||||
|
||||
if config.get("path"):
|
||||
for path in str(config.get("path")).split("\n"):
|
||||
logger.info(f"添加媒体库路径:{path}")
|
||||
|
||||
retain_type = self._retain_type
|
||||
if path.count("$") == 1:
|
||||
retain_type = path.split("$")[1]
|
||||
|
||||
Reference in New Issue
Block a user