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