mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 09:42:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			677 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			677 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
 | |
| index 52f7e53b81..b149e3251a 100644
 | |
| --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
 | |
| +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
 | |
| @@ -67,7 +67,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
 | |
|      /// <summary>
 | |
|      /// Gets or sets a value indicating whether to enable prometheus metrics exporting.
 | |
|      /// </summary>
 | |
| -    public bool EnableMetrics { get; set; } = false;
 | |
| +    public bool EnableMetrics { get; set; } = true;
 | |
|  
 | |
|      public bool EnableNormalizedItemByNameIds { get; set; } = true;
 | |
|  
 | 
