forked from DebaucheryLibrarian/traxxx
Fixed movie cover index in GraphQL query.
This commit is contained in:
@@ -516,7 +516,7 @@ const releaseFragment = `
|
||||
id
|
||||
title
|
||||
slug
|
||||
covers: moviesCovers {
|
||||
covers: moviesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) {
|
||||
media {
|
||||
id
|
||||
index
|
||||
|
||||
@@ -191,7 +191,7 @@ function initReleasesActions(store, router) {
|
||||
isS3
|
||||
}
|
||||
}
|
||||
covers: moviesCovers {
|
||||
covers: moviesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) {
|
||||
media {
|
||||
id
|
||||
path
|
||||
|
||||
Reference in New Issue
Block a user