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 trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per superboy97
el 3 , de 2025 a les 2:21 P.M.
What are you calling "official php api library" ?
Resposta per fomopop
el 3 , de 2025 a les 2:42 P.M.
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Resposta per superboy97
el 3 , de 2025 a les 2:45 P.M.
This is a third party development. You will have to contact them to get help.