Compare commits
2 Commits
bd59bdd215
...
101f5a1453
Author | SHA1 | Date |
---|---|---|
|
101f5a1453 | |
|
4ae130a646 |
|
@ -402,9 +402,9 @@ function showAlbum() {
|
|||
}
|
||||
|
||||
async function watchRoute(to, from) {
|
||||
console.log(to, from);
|
||||
|
||||
await this.fetchActor();
|
||||
if (to.hash !== '#album' && from.hash !== '#album') {
|
||||
await this.fetchActor();
|
||||
}
|
||||
}
|
||||
|
||||
async function mounted() {
|
||||
|
|
|
@ -102,7 +102,7 @@ function showAlbum() {
|
|||
}
|
||||
|
||||
async function watchRoute(to, from) {
|
||||
if (to.params.pageNumber !== from.params.pageNumber) {
|
||||
if (to.hash !== '#album' && from.hash !== '#album') {
|
||||
await this.fetchReleases();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.167.4",
|
||||
"version": "1.167.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.167.4",
|
||||
"version": "1.167.5",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue