Skip to content

Commit

Permalink
fix: remove with_release_type filter, since it is removing valid/desi…
Browse files Browse the repository at this point in the history
…red results
  • Loading branch information
TheCatLady committed Mar 3, 2021
1 parent a646347 commit 7aa3dd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/api/themoviedb/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ class TheMovieDb extends ExternalAPI {
page,
include_adult: includeAdult,
language,
with_release_type: '3|2',
region: this.region,
with_original_language: this.originalLanguage,
'primary_release_date.gte': primaryReleaseDateGte,
Expand Down Expand Up @@ -422,7 +421,7 @@ class TheMovieDb extends ExternalAPI {

return data;
} catch (e) {
throw new Error(`[TMDb] Failed to fetch discover tv: ${e.message}`);
throw new Error(`[TMDb] Failed to fetch discover TV: ${e.message}`);
}
};

Expand Down

0 comments on commit 7aa3dd1

Please sign in to comment.