fix #1738 搜索和订阅支持指定季

This commit is contained in:
jxxghp
2024-04-10 14:51:34 +08:00
parent 17438f8c5c
commit ba0a1cb1bd
5 changed files with 43 additions and 14 deletions

View File

@ -73,7 +73,7 @@ class MediaInfo(BaseModel):
year: Optional[str] = None
# 标题(年份)
title_year: Optional[str] = None
#
# 当前指定季,如有
season: Optional[int] = None
# TMDB ID
tmdb_id: Optional[int] = None