mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
Co-authored-by: David <davidullmer@outlook.de>
This commit is contained in:
@@ -90,6 +90,6 @@ namespace MediaBrowser.Controller.Extensions
|
||||
/// <param name="configuration">The configuration to read the setting from.</param>
|
||||
/// <returns>The unix socket path.</returns>
|
||||
public static string GetUnixSocketPath(this IConfiguration configuration)
|
||||
=> configuration[FfmpegAnalyzeDurationKey];
|
||||
=> configuration[UnixSocketPathKey];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user