mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-10 23:11:47 +08:00
更新 category.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -138,7 +138,7 @@ class CategoryHelper(metaclass=WeakSingleton):
|
|||||||
values = []
|
values = []
|
||||||
invert_values = []
|
invert_values = []
|
||||||
|
|
||||||
# 如果有 "," 进行分割
|
# 如果有 "," 进行分割
|
||||||
values = [str(val) for val in value.split(",") if val]
|
values = [str(val) for val in value.split(",") if val]
|
||||||
|
|
||||||
expanded_values = []
|
expanded_values = []
|
||||||
|
|||||||
Reference in New Issue
Block a user