Add image languages to collections

pull/4202/head
cvium 4 years ago
parent d7cabb2e4e
commit a0862c933d

@ -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);

Loading…
Cancel
Save