feat: replace tv show icon
This commit is contained in:
@ -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: () => {
|
||||
|
Reference in New Issue
Block a user