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

@@ -271,7 +271,7 @@ namespace SabreTools.FileTypes.Archives
}
/// <inheritdoc/>
public override bool IsTorrent()
public override bool IsStandardized()
{
throw new NotImplementedException();
}