diff --git a/SabreTools.FileTypes/FileTypeTool.cs b/SabreTools.FileTypes/FileTypeTool.cs index 15093982..143c8329 100644 --- a/SabreTools.FileTypes/FileTypeTool.cs +++ b/SabreTools.FileTypes/FileTypeTool.cs @@ -107,6 +107,7 @@ namespace SabreTools.FileTypes // Don't set the length if the stream doesn't support it } + // TODO: Replace this with size variant when added // Run the hashing on the input stream var hashDict = HashTool.GetStreamHashes(input, hashes); if (hashDict == null)