mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
修复 原盘目录不刮削
This commit is contained in:
@@ -489,6 +489,9 @@ class TransferChain(ChainBase, ConfigReloadMixin, metaclass=Singleton):
|
|||||||
"""
|
"""
|
||||||
判断是否为主要媒体文件
|
判断是否为主要媒体文件
|
||||||
"""
|
"""
|
||||||
|
if fileitem.type == "dir":
|
||||||
|
# 蓝光原盘判断
|
||||||
|
return StorageChain().is_bluray_folder(fileitem)
|
||||||
if not fileitem.extension:
|
if not fileitem.extension:
|
||||||
return False
|
return False
|
||||||
return True if f".{fileitem.extension.lower()}" in self._media_exts else False
|
return True if f".{fileitem.extension.lower()}" in self._media_exts else False
|
||||||
|
|||||||
Reference in New Issue
Block a user