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