mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Ensure image ids are human readable
This commit is contained in:
parent
0b77072b04
commit
c263dd770e
@ -7,7 +7,7 @@ export const processImage = async (url: string): Promise<Image> => {
|
||||
// TODO: download source, save it in multiples qualities & process blurhash
|
||||
|
||||
return {
|
||||
id: hasher.digest().toString(),
|
||||
id: hasher.digest().toString("hex"),
|
||||
source: url,
|
||||
blurhash: "",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user