mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
Fix naming const
This commit is contained in:
@@ -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" }
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user