mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 16:59:46 +08:00
Add episode_group param to TMDB episode requests
This commit is contained in:
@@ -272,6 +272,8 @@ export interface MediaInfo {
|
||||
vote_average?: number
|
||||
// 描述
|
||||
overview?: string
|
||||
// 自定义剧集组
|
||||
episode_group?: string
|
||||
// 二级分类
|
||||
category?: string
|
||||
// 详情页面
|
||||
@@ -1445,4 +1447,4 @@ export interface ApiResponse<T = any> {
|
||||
success: boolean
|
||||
message?: string
|
||||
data: T
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user