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?
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från superboy97
den 3 april 2025 vid 2:21 PM
What are you calling "official php api library" ?
Svar från fomopop
den 3 april 2025 vid 2:42 PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Svar från superboy97
den 3 april 2025 vid 2:45 PM
This is a third party development. You will have to contact them to get help.