Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return actual data #1596

Closed
ghost opened this issue Aug 5, 2024 · 2 comments
Closed

Return actual data #1596

ghost opened this issue Aug 5, 2024 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 5, 2024

$response = $this->client->series()->allEpisodes($tvDbId);

$response will still be false. So might want to rename this to $return so it returns the array.

Probably same thing for TMDB etc.

Copy link

github-actions bot commented Sep 5, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Sep 5, 2024
@DariusIII
Copy link
Member

DariusIII commented Sep 5, 2024

Actually it does not need to be renamed, as it is checked later and $return is being generated.

$return = $this->formatEpisodeInfo($response);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant