mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Fix spacing issues
This commit is contained in:
		
							parent
							
								
									b96079fee6
								
							
						
					
					
						commit
						b10e06ff45
					
				@ -169,6 +169,7 @@ namespace MediaBrowser.Model.Configuration
 | 
				
			|||||||
            set
 | 
					            set
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                _baseUrl = value;
 | 
					                _baseUrl = value;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                // Normalize the start of the string
 | 
					                // Normalize the start of the string
 | 
				
			||||||
                if (string.IsNullOrWhiteSpace(_baseUrl))
 | 
					                if (string.IsNullOrWhiteSpace(_baseUrl))
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
@ -185,6 +186,7 @@ namespace MediaBrowser.Model.Configuration
 | 
				
			|||||||
                    // If baseUrl was configured with a leading slash, just return it as-is
 | 
					                    // If baseUrl was configured with a leading slash, just return it as-is
 | 
				
			||||||
                    _baseUrl = _baseUrl;
 | 
					                    _baseUrl = _baseUrl;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                // Normalize the end of the string
 | 
					                // Normalize the end of the string
 | 
				
			||||||
                if (_baseUrl.EndsWith("/"))
 | 
					                if (_baseUrl.EndsWith("/"))
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user