Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9e8ddfc9a - Show all commits

View File

@ -121,7 +121,7 @@ final class AnimeCollection extends Collection {
->join('media', 'media.id=a.media_id', 'inner')
->order_by('media')
->order_by('title')
->group_by('a.hummingbird_id')
->group_by('a.hummingbird_id, media.type')
->get();
// Add genres associated with each item