diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-27 23:11:21 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-27 23:11:21 -0400 |
| commit | bdcaf5dd023a6bc0470915e07cc7fe7a46cb6c5d (patch) | |
| tree | a52531d9d7a169567a7f2ee41ffd6539eb46359a /MediaBrowser.Common.Implementations | |
| parent | 5dca85fe150c2f13f58e04279101576536098a4c (diff) | |
trim nat project
Diffstat (limited to 'MediaBrowser.Common.Implementations')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Archiving/ZipClient.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs index 89cde3ff8..24e816aef 100644 --- a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs +++ b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs @@ -6,8 +6,6 @@ using SharpCompress.Common; using SharpCompress.Reader; using SharpCompress.Reader.Zip; using System.IO; -using MediaBrowser.Common.IO; -using MediaBrowser.Model.IO; namespace MediaBrowser.Common.Implementations.Archiving { @@ -16,7 +14,7 @@ namespace MediaBrowser.Common.Implementations.Archiving /// </summary> public class ZipClient : IZipClient { - private IFileSystem _fileSystem; + private readonly IFileSystem _fileSystem; public ZipClient(IFileSystem fileSystem) { |
