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
στις 3 Απρίλιος 2025 στις 02:21 ΜΜ
What are you calling "official php api library" ?
Απάντηση από τον/την fomopop
στις 3 Απρίλιος 2025 στις 02:42 ΜΜ
Ha! I thought you guys are connected: https://github.com/php-tmdb/api
Απάντηση από τον/την superboy97
στις 3 Απρίλιος 2025 στις 02:45 ΜΜ
This is a third party development. You will have to contact them to get help.