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:
@@ -354,7 +354,7 @@ namespace SabreTools.FileTypes.Archives
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override bool IsTorrent()
|
||||
public override bool IsStandardized()
|
||||
{
|
||||
// If we have an invalid file
|
||||
if (Filename == null)
|
||||
|
||||
Reference in New Issue
Block a user