1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-12 15:32:36 +02: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");