fix subscribe api

This commit is contained in:
jxxghp
2023-07-02 00:16:43 +08:00
parent 09c84d021d
commit 2590721b97
11 changed files with 137 additions and 55 deletions

View File

@ -56,6 +56,8 @@ class MediaInfo(BaseModel):
title: Optional[str] = None
# 年份
year: Optional[str] = None
# 季
season: Optional[int] = None
# TMDB ID
tmdb_id: Optional[int] = None
# IMDB ID