feat:支持搜索系列合集

This commit is contained in:
jxxghp
2025-01-16 17:58:52 +08:00
parent adeb5361ab
commit 2b07766f9a

View File

@@ -5,7 +5,7 @@ from enum import Enum
class MediaType(Enum):
MOVIE = '电影'
TV = '电视剧'
COLLECTION = '合集'
COLLECTION = '系列'
UNKNOWN = '未知'