feat: add thumbhashes to images closes #6
This commit is contained in:
@ -8,7 +8,6 @@ export const addSeriesInfo: MenuEntry = {
|
||||
meta: "",
|
||||
icon: "IconReportSearch",
|
||||
cb: async (state, context) => {
|
||||
console.log({ state, context });
|
||||
state.activeState.value = "loading";
|
||||
const series = context as Series;
|
||||
|
||||
@ -28,7 +27,6 @@ export const addSeriesInfo: MenuEntry = {
|
||||
title: `${m.name || m.original_name} released ${m.first_air_date}`,
|
||||
cb: async () => {
|
||||
state.activeState.value = "loading";
|
||||
console.log({ m });
|
||||
await fetch(`/api/series/enhance/${series.name}/`, {
|
||||
method: "POST",
|
||||
body: JSON.stringify({ tmdbId: m.id }),
|
||||
|
Reference in New Issue
Block a user