feat: implement adding movie details from tmdb
This commit is contained in:
@ -46,9 +46,9 @@ export const menus: Record<string, Menu> = {
|
||||
body: JSON.stringify({ tmdbId: m.id }),
|
||||
});
|
||||
const j = await res.json();
|
||||
console.log("Selected", { movie, m, j });
|
||||
state.visible.value = false;
|
||||
state.activeState.value = "normal";
|
||||
window.location.reload();
|
||||
},
|
||||
})),
|
||||
};
|
||||
|
Reference in New Issue
Block a user