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?
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de superboy97
le 3 avril 2025 à 14h21
What are you calling "official php api library" ?
Réponse de fomopop
le 3 avril 2025 à 14h42
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Réponse de superboy97
le 3 avril 2025 à 14h45
This is a third party development. You will have to contact them to get help.