1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-17 01:06:46 +01:00

fix: update like status (#4803)

This commit is contained in:
martin 2023-11-02 19:43:27 +01:00 committed by GitHub
parent d5f8199655
commit 2b9f20a1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,8 @@
});
if (data.length > 0) {
isLiked = data[0];
} else {
isLiked = null;
}
} catch (error) {
handleError(error, "Can't get Favorite");