From d700eac49eaa7bcc855eafd4a22ad2b1eca7a4f3 Mon Sep 17 00:00:00 2001 From: Mohtasim Alam Sohom <94981761+devaoto@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:18:35 +0600 Subject: [PATCH] Change img to thumbnail --- src/types/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/api.ts b/src/types/api.ts index 4f10dc4..2a81757 100644 --- a/src/types/api.ts +++ b/src/types/api.ts @@ -57,7 +57,7 @@ export interface Episode { episodeId?: string; number: number; url?: string; - img: string; + thumbnail: string; title: string; description: string; isFiller?: boolean;