feat: map allanime description to anime synopsis in simulcast

This commit is contained in:
2026-06-30 21:24:19 +02:00
parent 5e12a496e7
commit 59756095c2

View File

@@ -132,6 +132,7 @@ func (s *SeasonDiscoveryService) GetSimulcast(ctx context.Context, selected anim
MalID: show.MalID,
Title: show.Name,
TitleEnglish: show.EnglishName,
Synopsis: show.Description,
Status: show.Status,
Type: show.Type,
Year: show.Year,