diff --git a/app/schemas/types.py b/app/schemas/types.py index 257b0c33..a2395c59 100644 --- a/app/schemas/types.py +++ b/app/schemas/types.py @@ -5,7 +5,7 @@ from enum import Enum class MediaType(Enum): MOVIE = '电影' TV = '电视剧' - COLLECTION = '合集' + COLLECTION = '系列' UNKNOWN = '未知'