Explorar el Código

Add image languages to collections

cvium hace 4 años
padre
commit
a0862c933d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs

+ 1 - 1
MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs

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