mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: allow itemdata to hold season and episode numbers
This commit is contained in:
@@ -14,6 +14,8 @@ export interface ItemData {
|
||||
id: string;
|
||||
title: string;
|
||||
type: "movie" | "tv";
|
||||
season?: number;
|
||||
episode?: number;
|
||||
year: number;
|
||||
release_date?: Date;
|
||||
posterUrl: string;
|
||||
|
Reference in New Issue
Block a user