mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move output type enum to better namespace
This commit is contained in:
@@ -1283,4 +1283,28 @@ namespace SabreTools.FileTypes
|
||||
ZPAQArchive,
|
||||
ZstdArchive,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Output format for rebuilt files
|
||||
/// </summary>
|
||||
public enum OutputFormat
|
||||
{
|
||||
// Currently implemented
|
||||
Folder,
|
||||
ParentFolder,
|
||||
TorrentZip,
|
||||
TorrentGzip,
|
||||
TorrentGzipRomba,
|
||||
TorrentXZ,
|
||||
TorrentXZRomba,
|
||||
TapeArchive,
|
||||
|
||||
// Currently unimplemented fully
|
||||
Torrent7Zip,
|
||||
TorrentRar,
|
||||
TorrentLRZip,
|
||||
TorrentLZ4,
|
||||
TorrentZstd,
|
||||
TorrentZPAQ,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user