mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									f30af9cd5f
								
							
						
					
					
						commit
						cf36aaef2b
					
				@ -1508,7 +1508,7 @@ namespace Emby.Server.Implementations
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            if (EnableHttps)
 | 
					            if (EnableHttps)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                return string.Format("http://{0}:{1}",
 | 
					                return string.Format("https://{0}:{1}",
 | 
				
			||||||
                    host,
 | 
					                    host,
 | 
				
			||||||
                    HttpsPort.ToString(CultureInfo.InvariantCulture));
 | 
					                    HttpsPort.ToString(CultureInfo.InvariantCulture));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user