mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[FileTypes/] Add remaining unimplemented types
This commit is contained in:
@@ -3942,7 +3942,7 @@ namespace SabreTools.Library.DatFiles
|
||||
case OutputFormat.TorrentGzip:
|
||||
format = "TorrentGZ";
|
||||
break;
|
||||
case OutputFormat.TorrentLrzip:
|
||||
case OutputFormat.TorrentLRZip:
|
||||
format = "TorrentLRZ";
|
||||
break;
|
||||
case OutputFormat.TorrentRar:
|
||||
@@ -4120,7 +4120,7 @@ namespace SabreTools.Library.DatFiles
|
||||
case OutputFormat.TorrentGzip:
|
||||
format = "TorrentGZ";
|
||||
break;
|
||||
case OutputFormat.TorrentLrzip:
|
||||
case OutputFormat.TorrentLRZip:
|
||||
format = "TorrentLRZ";
|
||||
break;
|
||||
case OutputFormat.TorrentRar:
|
||||
|
||||
Reference in New Issue
Block a user