Rename IsTorrent to IsStandardized

This commit is contained in:
Matt Nadareski
2025-01-04 21:42:46 -05:00
parent e5c0d55d18
commit c24fdfc534
8 changed files with 8 additions and 8 deletions

View File

@@ -539,7 +539,7 @@ namespace SabreTools.FileTypes.Archives
}
/// <inheritdoc/>
public override bool IsTorrent()
public override bool IsStandardized()
{
Zip zf = new();
ZipReturn zr = zf.ZipFileOpen(Filename!, -1, true);