Skip to content

Commit

Permalink
Change img to thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
devaoto committed Oct 14, 2024
1 parent bb43686 commit d700eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface Episode {
episodeId?: string;
number: number;
url?: string;
img: string;
thumbnail: string;
title: string;
description: string;
isFiller?: boolean;
Expand Down

0 comments on commit d700eac

Please sign in to comment.