diff --git a/src/components/TrackListItem.vue b/src/components/TrackListItem.vue index b51cd70..2d71fd5 100644 --- a/src/components/TrackListItem.vue +++ b/src/components/TrackListItem.vue @@ -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() {