mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(api): add external ids to movie/tv response
This commit is contained in:
@@ -73,6 +73,13 @@ export class MediaRequest {
|
||||
@Index()
|
||||
public mediaId: number;
|
||||
|
||||
@Column({ unique: true, nullable: true })
|
||||
@Index()
|
||||
public tvdbId: number;
|
||||
|
||||
@Column({ nullable: true })
|
||||
public seasons?: string;
|
||||
|
||||
@Column()
|
||||
public mediaType: 'movie' | 'tv';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user