Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 83dc7aa578 1.205.12 2022-01-29 23:50:01 +01:00
DebaucheryLibrarian 5a3b27fbf7 Fixed movie cover index for overview in GraphQL query. 2022-01-29 23:49:59 +01:00
3 changed files with 4 additions and 4 deletions

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.205.11",
"version": "1.205.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.205.11",
"version": "1.205.12",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.205.11",
"version": "1.205.12",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {