Skip to content

Commit

Permalink
Update MALAPI.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikaqqqqq authored May 24, 2024
1 parent 3a34844 commit 32096f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/apis/MALAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export class MALAPI extends APIModel {
url: result.url,
id: result.mal_id,

plot: result.synopsis,
genres: result.genres?.map((x: any) => x.name) ?? [],
writer: [],
studio: result.studios?.map((x: any) => x.name) ?? [],
Expand Down

0 comments on commit 32096f5

Please sign in to comment.