aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-16 23:48:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-16 23:48:05 -0400
commitae6792a436a682866bb181f6aa8c53b20eb02f28 (patch)
tree0d4304f939f2a923b169c90e82e481867ed5fd26 /MediaBrowser.Common.Implementations
parentbe6d4c3f530bbdd787b353996f42275187821716 (diff)
don't show sync profile for audio jobs
Diffstat (limited to 'MediaBrowser.Common.Implementations')
-rw-r--r--MediaBrowser.Common.Implementations/Archiving/ZipClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
index 3d759ca54..cdcbc311a 100644
--- a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
+++ b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
@@ -5,6 +5,7 @@ using SharpCompress.Archive.Tar;
using SharpCompress.Common;
using SharpCompress.Reader;
using SharpCompress.Reader.Zip;
+using System;
using System.IO;
namespace MediaBrowser.Common.Implementations.Archiving