Compare commits

..

No commits in common. "101f5a14532ef57772662da4e12472da15bc4993" and "c5e1f2de2e713d4cdec6734021b05ecd222c597b" have entirely different histories.

5 changed files with 8 additions and 8 deletions

View File

@ -402,9 +402,9 @@ function showAlbum() {
} }
async function watchRoute(to, from) { async function watchRoute(to, from) {
if (to.hash !== '#album' && from.hash !== '#album') { console.log(to, from);
await this.fetchActor();
} await this.fetchActor();
} }
async function mounted() { async function mounted() {

View File

@ -102,7 +102,7 @@ function showAlbum() {
} }
async function watchRoute(to, from) { async function watchRoute(to, from) {
if (to.hash !== '#album' && from.hash !== '#album') { if (to.params.pageNumber !== from.params.pageNumber) {
await this.fetchReleases(); await this.fetchReleases();
} }
} }

View File

@ -113,7 +113,7 @@ const releasePosterFragment = `
`; `;
const releaseCoversFragment = ` const releaseCoversFragment = `
covers: releasesCovers(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) { covers: releasesCovers {
media { media {
id id
index index
@ -133,7 +133,7 @@ const releaseCoversFragment = `
`; `;
const releasePhotosFragment = ` const releasePhotosFragment = `
photos: releasesPhotos(orderBy: MEDIA_BY_MEDIA_ID__INDEX_ASC) { photos: releasesPhotos {
media { media {
id id
index index

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.167.5", "version": "1.167.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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