Add image languages to collections

This commit is contained in:
cvium 2020-10-03 19:45:16 +02:00
parent d7cabb2e4e
commit a0862c933d

View file

@ -88,10 +88,10 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
await EnsureClientConfigAsync().ConfigureAwait(false);
// TODO include image language
collection = await _tmDbClient.GetCollectionAsync(
tmdbId,
TmdbUtils.NormalizeLanguage(language),
imageLanguages,
CollectionMethods.Images,
cancellationToken).ConfigureAwait(false);