diff --git a/resources/views/livewire/similar-torrent.blade.php b/resources/views/livewire/similar-torrent.blade.php index c43bc6e1d..e3a4999da 100644 --- a/resources/views/livewire/similar-torrent.blade.php +++ b/resources/views/livewire/similar-torrent.blade.php @@ -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 ?? '', ])