mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
FxCop -> Net Analyzers (part 2)
This commit is contained in:
parent
260b48ef9d
commit
a8ed753f6c
70 changed files with 151 additions and 213 deletions
|
|
@ -86,7 +86,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
_localization = localization;
|
||||
_encodingHelperFactory = encodingHelperFactory;
|
||||
_startupOptionFFmpegPath = config.GetValue<string>(Controller.Extensions.ConfigurationExtensions.FfmpegPathKey) ?? string.Empty;
|
||||
_jsonSerializerOptions = JsonDefaults.GetOptions();
|
||||
_jsonSerializerOptions = JsonDefaults.Options;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue