1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

fix bookmark endpoint data

This commit is contained in:
mrjvs 2023-11-19 21:11:51 +01:00
parent e7257e392e
commit 0c2bbd16a5

View file

@ -25,6 +25,7 @@ export async function addBookmark(
baseURL: url, baseURL: url,
body: { body: {
meta: input, meta: input,
tmdbId: input.tmdbId,
}, },
} }
); );