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 riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da superboy97
il 3 aprile, 2025 alle 2:21PM
What are you calling "official php api library" ?
Risposta da fomopop
il 3 aprile, 2025 alle 2:42PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Risposta da superboy97
il 3 aprile, 2025 alle 2:45PM
This is a third party development. You will have to contact them to get help.