mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +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 = []
|
||||
invert_values = []
|
||||
|
||||
# 如果有 "," 进行分割
|
||||
# 如果有 "," 进行分割
|
||||
values = [str(val) for val in value.split(",") if val]
|
||||
|
||||
expanded_values = []
|
||||
|
||||
Reference in New Issue
Block a user