Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs

Co-authored-by: David <davidullmer@outlook.de>
This commit is contained in:
Bond-009 2020-08-09 13:55:57 +02:00 committed by GitHub
parent 1cc62d6afa
commit 6c92154a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];
}
}