fix: multiple genre filtering now works (#3282)

This commit is contained in:
Brandon Cohen
2023-01-26 17:10:02 -05:00
committed by GitHub
parent f4a22dc437
commit 507693881b
3 changed files with 7 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ interface DiscoverTvOptions {
voteAverageLte?: string;
includeEmptyReleaseDate?: boolean;
originalLanguage?: string;
genre?: number;
genre?: string;
network?: number;
keywords?: string;
sortBy?: SortOptions;