mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
Merge pull request #5139 from Roardom/fix-similar-request-tmdb
(Fix) Ids on similar page not passed to request create page
This commit is contained in:
@@ -1002,7 +1002,8 @@
|
||||
: ($work?->name ?? '') . ' ' . substr($work->first_air_date ?? '', 0, 4)
|
||||
),
|
||||
'imdb' => $work?->imdb_id ?? '',
|
||||
'tmdb' => $tmdbId ?? '',
|
||||
'tmdb_movie_id' => $category->movie_meta ? $tmdbId ?? '' : '',
|
||||
'tmdb_tv_id' => $category->tv_meta ? $tmdbId ?? '' : '',
|
||||
'tvdb' => $work->tvdb_id ?? '',
|
||||
'igdb' => $igdb ?? '',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user