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?
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä superboy97
3 huhtikuu 2025 klo 2:21PM
What are you calling "official php api library" ?
Vastaus käyttäjältä fomopop
3 huhtikuu 2025 klo 2:42PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Vastaus käyttäjältä superboy97
3 huhtikuu 2025 klo 2:45PM
This is a third party development. You will have to contact them to get help.