aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IZipClient.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-12-03 17:17:48 -0500
committerGitHub <noreply@github.com>2017-12-03 17:17:48 -0500
commit70a73984b8de5e7880f9accff60fe9fac5a664d7 (patch)
tree2dd77535d4450f91bac63903906d4aca8964beec /MediaBrowser.Model/IO/IZipClient.cs
parentdefc35aedc703741239f71e161f8008caba8b746 (diff)
parent4ec4d38f49f6e6d64b7de190e44e9729291f6837 (diff)
Merge pull request #3051 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/IO/IZipClient.cs')
-rw-r--r--MediaBrowser.Model/IO/IZipClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/IO/IZipClient.cs b/MediaBrowser.Model/IO/IZipClient.cs
index 2dc4880c2..4ebcba9d8 100644
--- a/MediaBrowser.Model/IO/IZipClient.cs
+++ b/MediaBrowser.Model/IO/IZipClient.cs
@@ -24,6 +24,7 @@ namespace MediaBrowser.Model.IO
void ExtractAll(Stream source, string targetPath, bool overwriteExistingFiles);
void ExtractAllFromGz(Stream source, string targetPath, bool overwriteExistingFiles);
+ void ExtractFirstFileFromGz(Stream source, string targetPath, string defaultFileName);
/// <summary>
/// Extracts all from zip.