mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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