Merge pull request #1932 from softworkz/ReduceWarnings

Reduced compiler warnings. No functional changes.
This commit is contained in:
Luke
2016-08-05 20:37:21 -04:00
committed by GitHub
20 changed files with 24 additions and 24 deletions

View File

@@ -58,7 +58,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
else
{
// Kick this off, but no need to wait on it
Task.Run(async () =>
var task = Task.Run(async () =>
{
await DownloadFontFile(fontsDirectory, fontFilename, new Progress<double>()).ConfigureAwait(false);