From 2b07766f9a4cf1a93fbaad171787ff2264a41686 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 16 Jan 2025 17:58:52 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=94=AF=E6=8C=81=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E7=B3=BB=E5=88=97=E5=90=88=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/schemas/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '未知'