mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ZipFileEntry] Change default to tzip
This commit is contained in:
@@ -137,8 +137,8 @@ namespace SabreTools.Helper
|
||||
/// </summary>
|
||||
/// <param name="zipstream">Stream representing the entry</param>
|
||||
/// <param name="filename">Internal filename to use</param>
|
||||
/// <param name="torrentZip">True if the file should be set with TorrentZip defaults, false otherwise (default)</param>
|
||||
public ZipFileEntry(Stream zipstream, string filename, bool torrentZip = false)
|
||||
/// <param name="torrentZip">True if the file should be set with TorrentZip defaults (default), false otherwise</param>
|
||||
public ZipFileEntry(Stream zipstream, string filename, bool torrentZip = true)
|
||||
{
|
||||
_zip64 = false;
|
||||
_zipstream = zipstream;
|
||||
|
||||
Reference in New Issue
Block a user