mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Merge pull request #6927 from 1337joe/use-ssl-for-tmdb-images
This commit is contained in:
		
						commit
						01b95cf8e6
					
				@ -498,7 +498,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
 | 
			
		||||
                return null;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return _tmDbClient.GetImageUrl(size, path).ToString();
 | 
			
		||||
            return _tmDbClient.GetImageUrl(size, path, true).ToString();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user