mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +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,
|
||||
body: {
|
||||
meta: input,
|
||||
tmdbId: input.tmdbId,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue