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ôžeš nájsť film alebo seriál? Prihlás sa a pridaj ho.
Chcete ohodnotiť alebo pridať túto položku do zoznamu?
Nie ste členom?
Odpoveď od superboy97
dňa 3. apríl, 2025 o 2:21PM
What are you calling "official php api library" ?
Odpoveď od fomopop
dňa 3. apríl, 2025 o 2:42PM
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Odpoveď od superboy97
dňa 3. apríl, 2025 o 2:45PM
This is a third party development. You will have to contact them to get help.