From 1f5a3a36d8ca6e51c3247d700adba6581cca642e Mon Sep 17 00:00:00 2001 From: duriancrepe Date: Sun, 24 Nov 2024 09:52:52 -0800 Subject: [PATCH] change file 'Hash' string to 'ED2K' --- src/components/FileInfo.tsx | 2 +- src/pages/utilities/FileSearch.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FileInfo.tsx b/src/components/FileInfo.tsx index 4293de561..e8454ef3d 100644 --- a/src/components/FileInfo.tsx +++ b/src/components/FileInfo.tsx @@ -55,7 +55,7 @@ const FileInfo = ({ compact, file }: { compact?: boolean, file: FileType }) => {
File Hashes
-
Hash
+
ED2K
{mediaInfo.Hashes.ED2K ?? ''}
diff --git a/src/pages/utilities/FileSearch.tsx b/src/pages/utilities/FileSearch.tsx index 9c280686c..cd4eca849 100644 --- a/src/pages/utilities/FileSearch.tsx +++ b/src/pages/utilities/FileSearch.tsx @@ -202,7 +202,7 @@ const MediaInfoDetails = React.memo(({ file }: { file: FileType }) => {
- Hash + ED2K
{mediaInfo.Hashes.ED2K ?? ''}