From 5a3b27fbf7baa3f3f214c8f4c7cc543aba15b673 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sat, 29 Jan 2022 23:49:59 +0100 Subject: [PATCH] Fixed movie cover index for overview in GraphQL query. --- assets/js/fragments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/fragments.js b/assets/js/fragments.js index 880c555e..d011c109 100644 --- a/assets/js/fragments.js +++ b/assets/js/fragments.js @@ -125,7 +125,7 @@ const movieFields = ` type } } - covers: moviesCovers { + covers: moviesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) { media { id path