mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Add image languages to collections
This commit is contained in:
		
							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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user