mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
更新 system.py
This commit is contained in:
@@ -100,6 +100,9 @@ class SystemUtils:
|
|||||||
|
|
||||||
if directory.is_file():
|
if directory.is_file():
|
||||||
return [directory]
|
return [directory]
|
||||||
|
|
||||||
|
if not min_filesize:
|
||||||
|
min_filesize = 0
|
||||||
|
|
||||||
files = []
|
files = []
|
||||||
pattern = r".*(" + "|".join(extensions) + ")$"
|
pattern = r".*(" + "|".join(extensions) + ")$"
|
||||||
|
|||||||
Reference in New Issue
Block a user