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) {
if (to.hash !== '#album' && from.hash !== '#album') {
await this.fetchActor();
}
console.log(to, from);
await this.fetchActor();
}
async function mounted() {

View File

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

View File

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

2
package-lock.json generated
View File

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

View File

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