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?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de superboy97
pe data de 3 aprilie 2025 la ora 2:21 PM
What are you calling "official php api library" ?
Răspuns de fomopop
pe data de 3 aprilie 2025 la ora 2:42 PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Răspuns de superboy97
pe data de 3 aprilie 2025 la ora 2:45 PM
This is a third party development. You will have to contact them to get help.