updated nuget

This commit is contained in:
Luke Pulverenti
2013-12-10 11:17:08 -05:00
parent 6e0f4cf3a3
commit 96c65a147c
11 changed files with 36 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.IO;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller.IO;
using MediaBrowser.Model.IO;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Net;
@@ -75,7 +74,7 @@ namespace MediaBrowser.ServerApplication.FFMpeg
ExtractFFMpeg(tempFile, Path.GetDirectoryName(info.Path));
return;
}
catch (HttpException ex)
catch (HttpException)
{
}