diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-11-25 12:12:48 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-11-25 12:29:51 +0100 |
| commit | c6d48f51f608601775d98fc7866eefc367bfd63b (patch) | |
| tree | e20b0a72acb8c8145512c15d28c518eda54004d9 /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | cc5acf37f75d2c652d9cd855ebc34a1e7d414a9f (diff) | |
Fix naming const
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index 445a554b2..a55a9eb2d 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -10,7 +10,7 @@ namespace Emby.Server.Implementations { "HttpListenerHost_DefaultRedirectPath", "web/index.html" }, { "MusicBrainz_BaseUrl", "https://www.musicbrainz.org" }, { FfmpegProbeSizeKey, "1G" }, - { FfmpegAnalyzeDuration, "200M" } + { FfmpegAnalyzeDurationKey, "200M" } }; } } |
