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?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por superboy97
el 3 de abril de 2025 a las 14:21
What are you calling "official php api library" ?
Contestado por fomopop
el 3 de abril de 2025 a las 14:42
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Contestado por superboy97
el 3 de abril de 2025 a las 14:45
This is a third party development. You will have to contact them to get help.