You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
MrTmp
changed the title
DiscoverTv.cs > WhereGenresExclude wrapper calls WhereGenresInclude
DiscoverTv.cs > WhereGenresExclude calls WhereGenresInclude
Jan 4, 2024
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)
The text was updated successfully, but these errors were encountered: