feat: replace tv show icon
This commit is contained in:
@@ -9,8 +9,8 @@ import { KMenu } from "@islands/KMenu.tsx";
|
||||
|
||||
export const handler: Handlers<Series | null> = {
|
||||
async GET(_, ctx) {
|
||||
const movie = await getSeries(ctx.params.name);
|
||||
return ctx.render(movie);
|
||||
const series = await getSeries(ctx.params.name);
|
||||
return ctx.render(series);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user