diff --git a/app/Http/Api/Schema/Wiki/ArtistSchema.php b/app/Http/Api/Schema/Wiki/ArtistSchema.php index 6ac52572f..5278a10f0 100644 --- a/app/Http/Api/Schema/Wiki/ArtistSchema.php +++ b/app/Http/Api/Schema/Wiki/ArtistSchema.php @@ -69,6 +69,8 @@ class ArtistSchema extends EloquentSchema implements InteractsWithPivots, Search new AllowedInclude(new ThemeSchema(), Artist::RELATION_ANIMETHEMES), // Undocumented paths needed for client builds + new AllowedInclude(new ArtistSchema(), 'groups.songs.artists'), + new AllowedInclude(new ImageSchema(), 'groups.songs.animethemes.anime.images'), new AllowedInclude(new ArtistSchema(), 'songs.artists'), new AllowedInclude(new SongSchema(), 'songs.animethemes.song'), new AllowedInclude(new ArtistSchema(), 'songs.animethemes.song.artists'),