This commit is contained in:
jxxghp
2023-10-03 16:23:05 -07:00
parent 2dd3fc5d8c
commit 9d029de56a

View File

@ -673,6 +673,8 @@ class MediaSyncDel(_PluginBase):
paths = self._library_path.split("\n")
for path in paths:
sub_paths = path.split(":")
if len(sub_paths) < 2:
continue
media_path = media_path.replace(sub_paths[0], sub_paths[1]).replace('\\', '/')
# 删除电影