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?
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od superboy97
03.04.2025 v 2:21 ODP.
What are you calling "official php api library" ?
Odpověď od fomopop
03.04.2025 v 2:42 ODP.
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Odpověď od superboy97
03.04.2025 v 2:45 ODP.
This is a third party development. You will have to contact them to get help.