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 في 2:21 مساءا
What are you calling "official php api library" ?
رد بواسطة fomopop
بتاريخ أبريل 3, 2025 في 2:42 مساءا
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
رد بواسطة superboy97
بتاريخ أبريل 3, 2025 في 2:45 مساءا
This is a third party development. You will have to contact them to get help.