player: add album link
This commit is contained in:
parent
17c0c8317f
commit
8c3feee5a1
@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<div class="d-flex player">
|
||||
<div v-if="track" class="d-none d-sm-block">
|
||||
<router-link :to="{name: 'album', params: {id: track.albumId}}">
|
||||
<b-img :src="track.image" block width="80px" height="80px"></b-img>
|
||||
</router-link>
|
||||
</div>
|
||||
<div class="flex-fill">
|
||||
<!-- Progress --->
|
||||
|
Loading…
x
Reference in New Issue
Block a user