Merge pull request #1062 from Bond-009/warnfix

Fix the 2 new warnings
This commit is contained in:
Joshua M. Boniface 2019-03-07 15:34:51 -05:00 committed by GitHub
commit 5cb3f04389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,6 @@ namespace Jellyfin.Server
appHost.ImageProcessor.ImageEncoder = GetImageEncoder(fileSystem, appPaths, appHost.LocalizationManager);
await appHost.RunStartupTasks().ConfigureAwait(false);
// TODO: read input for a stop command
try
{