aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-28 23:13:03 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-28 23:13:03 -0500
commit55a726cdef5f7d4185983f2d6293db024cf415d9 (patch)
tree7949bd78735d913a65109b79104378caaeea207c /MediaBrowser.Common.Implementations
parent726cf9697aba40f26223789138fe0858ebb374bc (diff)
parentc9bf564c4523798fc6b2250fba41daed4f89939d (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts: MediaBrowser.Common.Implementations/Archiving/ZipClient.cs MediaBrowser.Model/IO/IZipClient.cs
Diffstat (limited to 'MediaBrowser.Common.Implementations')
-rw-r--r--MediaBrowser.Common.Implementations/Archiving/ZipClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
index c32134d4f..3d759ca54 100644
--- a/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
+++ b/MediaBrowser.Common.Implementations/Archiving/ZipClient.cs
@@ -63,7 +63,7 @@ namespace MediaBrowser.Common.Implementations.Archiving
reader.WriteAllToDirectory(targetPath, options);
}
}
-
+
/// <summary>
/// Extracts all from7z.
/// </summary>