Skip to content

Commit d634a77

Browse files
author
JPVenson
committed
fixed hash type
1 parent f1a45dd commit d634a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jellyfin.HardwareVisualizer/Server/Services/Mapper/ViewModelProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public IEnumerable<ExternalFileHashModel> Convert(HashedExternalEntity source, R
4848
hashes.Add(new ExternalFileHashModel()
4949
{
5050
Hash = source.HashSha256,
51-
Type = "sha526"
51+
Type = "sha256"
5252
});
5353
}
5454
return hashes;

0 commit comments

Comments
 (0)