mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 06:12:24 +00: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