Hi,
When i use offical php api library for tmdb it seems TvEpisodeRepository
class is not supporting getWatchProviders()
even when i try to do below:
$tmdbEpisode = $tmdbTvEpisodeRepo->load($tmdbShowId, $seasonNum, $episodeNum, [
'external_ids',
'images',
'translations',
'watch/providers'
]);
$tmdbEpisode
has no information about service providers.
How can i do that properly? Does the library not supporting that currently?
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від superboy97
3 квітня 2025, 14:21
What are you calling "official php api library" ?
Відповідь від fomopop
3 квітня 2025, 14:42
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Відповідь від superboy97
3 квітня 2025, 14:45
This is a third party development. You will have to contact them to get help.