mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat(frontend): discover tv/movies full page
Also adds ListView component for infinite scrolling pages
This commit is contained in:
@@ -80,7 +80,8 @@ export const mapTvResult = (
|
||||
id: tvResult.id,
|
||||
firstAirDate: tvResult.first_air_Date,
|
||||
genreIds: tvResult.genre_ids,
|
||||
mediaType: tvResult.media_type,
|
||||
// Some results from tmdb dont return the mediaType so we force it here!
|
||||
mediaType: tvResult.media_type || 'tv',
|
||||
name: tvResult.name,
|
||||
originCountry: tvResult.origin_country,
|
||||
originalLanguage: tvResult.original_language,
|
||||
|
Reference in New Issue
Block a user