mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix 二级分类Bug
This commit is contained in:
@@ -9,6 +9,12 @@ from app.utils.singleton import Singleton
|
||||
|
||||
|
||||
class CategoryHelper(metaclass=Singleton):
|
||||
"""
|
||||
二级分类
|
||||
"""
|
||||
_categorys = {}
|
||||
_movie_categorys = {}
|
||||
_tv_categorys = {}
|
||||
|
||||
def __init__(self):
|
||||
self._category_path: Path = settings.CONFIG_PATH / "category.yaml"
|
||||
|
||||
Reference in New Issue
Block a user