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
|
type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
covers: moviesCovers {
|
covers: moviesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) {
|
||||||
media {
|
media {
|
||||||
id
|
id
|
||||||
path
|
path
|
||||||
|
|
Loading…
Reference in New Issue