mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
FxCop -> Net Analyzers (part 2)
This commit is contained in:
@@ -222,7 +222,7 @@ namespace Jellyfin.Server
|
||||
}
|
||||
finally
|
||||
{
|
||||
appHost?.Dispose();
|
||||
appHost.Dispose();
|
||||
}
|
||||
|
||||
if (_restartOnShutdown)
|
||||
@@ -623,7 +623,7 @@ namespace Jellyfin.Server
|
||||
string commandLineArgsString;
|
||||
if (options.RestartArgs != null)
|
||||
{
|
||||
commandLineArgsString = options.RestartArgs ?? string.Empty;
|
||||
commandLineArgsString = options.RestartArgs;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user