[FileTypes/] Add remaining unimplemented types

This commit is contained in:
Matt Nadareski
2017-11-02 10:14:52 -07:00
parent 3027b40897
commit 94a4855f57
11 changed files with 603 additions and 24 deletions

View File

@@ -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: