@ -208,6 +208,7 @@ export default {
methods: {
goToAlbum() {
if (this.track.al.id === 0) return;
this.$router.push({ path: '/album/' + this.track.al.id });
},
playTrack() {