mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename IsTorrent to IsStandardized
This commit is contained in:
@@ -308,7 +308,7 @@ namespace SabreTools.DatTools
|
||||
// Get the TGZ and TXZ status for later
|
||||
GZipArchive tgz = new(file);
|
||||
XZArchive txz = new(file);
|
||||
bool isSingleTorrent = tgz.IsTorrent() || txz.IsTorrent();
|
||||
bool isSingleTorrent = tgz.IsStandardized() || txz.IsStandardized();
|
||||
|
||||
// Get the base archive first
|
||||
BaseArchive? archive = FileTypeTool.CreateArchiveType(file);
|
||||
|
||||
Reference in New Issue
Block a user