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?
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de superboy97
no 3 de abril do 2025 ás 2:21PM
What are you calling "official php api library" ?
Resposta de fomopop
no 3 de abril do 2025 ás 2:42PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Resposta de superboy97
no 3 de abril do 2025 ás 2:45PM
This is a third party development. You will have to contact them to get help.