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?
找不到电影或节目?登录并创建它吧。
superboy97 的回复
于 2025 年 04 月 03 日 2:21下午
What are you calling "official php api library" ?
fomopop 的回复
于 2025 年 04 月 03 日 2:42下午
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
superboy97 的回复
于 2025 年 04 月 03 日 2:45下午
This is a third party development. You will have to contact them to get help.