Make Youtube matching work a little again
This commit is contained in:
parent
f757152c7d
commit
a919d80f64
8 changed files with 49 additions and 29 deletions
|
@ -38,7 +38,7 @@ export default {
|
|||
this.submitting = false;
|
||||
if (res.status == 200) {
|
||||
const item = res.body;
|
||||
this.$router.push(`/${item.service}/${item.albumName ? 'track' : 'album'}/${item.externalId}`);
|
||||
this.$router.push(`/${item.service}/${item.type}/${item.externalId}`);
|
||||
} else {
|
||||
this.error = res.body.message;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue