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?
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
superboy97님의 댓글
4월 3, 2025 at 2:21 오후
What are you calling "official php api library" ?
fomopop님의 댓글
4월 3, 2025 at 2:42 오후
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
superboy97님의 댓글
4월 3, 2025 at 2:45 오후
This is a third party development. You will have to contact them to get help.