jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

DiscoverTv.cs > WhereGenresExclude calls WhereGenresInclude #476

Closed MrTmp closed 5 months ago

MrTmp commented 5 months ago

image

In DiscoverTv.cs, line 194, the function with signature DiscoverTv WhereGenresExclude(IEnumerable genres) is calling an include function but instead should be calling its related DiscoverTv WhereGenresExclude(IEnumerable genreIds)