fix 二级分类Bug

This commit is contained in:
jxxghp
2023-07-18 07:38:39 +08:00
parent 7d9db506e1
commit 9a266c47b4
3 changed files with 15 additions and 9 deletions

View File

@ -210,7 +210,7 @@ class MediaInfo:
"""
设置二级分类
"""
self.category = cat
self.category = cat or ""
def set_tmdb_info(self, info: dict):
"""