Fix some issues with the image hashing
This commit is contained in:
@@ -16,6 +16,7 @@ export async function getPhotoFromHash(albumUrl: string, hash: string): Promise<
|
||||
* I have decided to not put the getImageSize here, it can mess up the
|
||||
* hashing, or anything else. It seems smarter to do this in the photo's and galleries.
|
||||
*/
|
||||
|
||||
const hashObject = md5(JSON.stringify({
|
||||
id: photo.id,
|
||||
url: photo.photo.filename_disk,
|
||||
|
||||
Reference in New Issue
Block a user