forked from DebaucheryLibrarian/traxxx
Fixed movie cover index for overview in GraphQL query.
This commit is contained in:
@@ -125,7 +125,7 @@ const movieFields = `
|
||||
type
|
||||
}
|
||||
}
|
||||
covers: moviesCovers {
|
||||
covers: moviesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) {
|
||||
media {
|
||||
id
|
||||
path
|
||||
|
||||
Reference in New Issue
Block a user