Show info also appends check_existance to url.

This commit is contained in:
2019-12-27 23:39:35 +01:00
parent 532993e9dd
commit f2a65d755c
2 changed files with 5 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ export default {
this.$router.push({ name: '404' });
})
} else {
getShow(this.id)
getShow(this.id, true)
.then(this.parseResponse)
.catch(error => {
this.$router.push({ name: '404' });