mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-03 06:29:54 +01:00
treewide: Group media services in modules/services/media
This commit is contained in:
parent
e9951968c7
commit
b494b01a9c
11 changed files with 15 additions and 9 deletions
13
modules/services/media/jellyfin/enable-metrics.patch
Normal file
13
modules/services/media/jellyfin/enable-metrics.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue