feat: replace tv show icon

This commit is contained in:
2023-08-09 13:32:28 +02:00
parent fb96e9f71a
commit 95525406d1
11 changed files with 36 additions and 37 deletions

View File

@ -20,7 +20,7 @@ export const addSeriesInfo: MenuEntry = {
const json = await response.json() as TMDBSeries[];
console.log({ json });
console.log("Result", json);
const menuID = `result/${series.name}`;
@ -42,8 +42,12 @@ export const addSeriesInfo: MenuEntry = {
})),
};
await new Promise((res) => setTimeout(res, 20));
state.activeMenu.value = menuID;
await new Promise((res) => setTimeout(res, 20));
state.activeState.value = "normal";
},
visible: () => {