mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
fix
This commit is contained in:
@@ -447,6 +447,7 @@ class TorrentHelper(metaclass=Singleton):
|
|||||||
|
|
||||||
# 大小
|
# 大小
|
||||||
size_range = filter_params.get("size")
|
size_range = filter_params.get("size")
|
||||||
|
if size_range:
|
||||||
if size_range.find("-") != -1:
|
if size_range.find("-") != -1:
|
||||||
# 区间
|
# 区间
|
||||||
size_min, size_max = size_range.split("-")
|
size_min, size_max = size_range.split("-")
|
||||||
|
|||||||
Reference in New Issue
Block a user