mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
fix album search
This commit is contained in:
committed by
Mungai Geoffrey
parent
26b7cd376d
commit
2f78ee3883
@@ -2,7 +2,7 @@
|
||||
<router-link
|
||||
:to="{
|
||||
name: 'AlbumView',
|
||||
params: { album: album.title, artist: album.artist },
|
||||
params: { hash: album.hash },
|
||||
}"
|
||||
class="result-item"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user