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:
parent
e7257e392e
commit
0c2bbd16a5
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ export async function addBookmark(
|
||||||
baseURL: url,
|
baseURL: url,
|
||||||
body: {
|
body: {
|
||||||
meta: input,
|
meta: input,
|
||||||
|
tmdbId: input.tmdbId,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue