mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix play from album page
+ setup favorites page
This commit is contained in:
committed by
Mungai Njoroge
parent
d250928573
commit
62fb70d26c
@@ -120,7 +120,7 @@ const scrollerItems = computed(() => {
|
||||
|
||||
function playFromAlbum(index: number) {
|
||||
const { title, albumartists, albumhash } = album.info;
|
||||
queue.playFromAlbum(title, albumhash, album.srcTracks);
|
||||
queue.playFromAlbum(title, albumhash, album.allTracks);
|
||||
queue.play(index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user