mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
Remove tabs and trailing whitespace
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSubtitlesHandler
|
||||
/// <returns>The hash as Hexadecimal string</returns>
|
||||
public static string ComputeHash(Stream stream)
|
||||
{
|
||||
byte[] hash = MovieHasher.ComputeMovieHash(stream);
|
||||
byte[] hash = MovieHasher.ComputeMovieHash(stream);
|
||||
return MovieHasher.ToHexadecimal(hash);
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user