Fixed movie cover index for overview in GraphQL query.

This commit is contained in:
DebaucheryLibrarian 2022-01-29 23:49:59 +01:00
parent 5ff83a9497
commit 5a3b27fbf7
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ const movieFields = `
type
}
}
covers: moviesCovers {
covers: moviesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) {
media {
id
path