mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix subscribe
This commit is contained in:
@@ -90,6 +90,8 @@ export interface MediaInfo {
|
||||
title?: string
|
||||
// 年份
|
||||
year?: string
|
||||
// 季号
|
||||
season?: number;
|
||||
// TMDB ID
|
||||
tmdb_id?: number
|
||||
// IMDB ID
|
||||
|
||||
Reference in New Issue
Block a user