mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-27 03:05:10 +02:00
feat: show recently played from library on front pages
This commit is contained in:
@@ -17,6 +17,7 @@ export class Movie {
|
||||
@Column({ unique: true })
|
||||
tmdbId: string;
|
||||
|
||||
@ApiProperty({ required: false, type: 'object' })
|
||||
@Column('json')
|
||||
tmdbMovie: TmdbMovieFull;
|
||||
|
||||
@@ -34,6 +35,7 @@ export class Series {
|
||||
@Column({ unique: true })
|
||||
tmdbId: string;
|
||||
|
||||
@ApiProperty({ required: false, type: 'object' })
|
||||
@Column('json')
|
||||
tmdbSeries: TmdbSeriesFull;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user