mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
update interfaces to use the updated property names
+ misc changes related to moving to sqlite
This commit is contained in:
committed by
Mungai Njoroge
parent
881adc0f88
commit
f3c4f0310a
@@ -33,7 +33,7 @@ export default function play(
|
||||
|
||||
useQueue.playFromAlbum(
|
||||
a_store.info.title,
|
||||
a_store.info.artist,
|
||||
a_store.info.albumartist,
|
||||
a_store.info.hash,
|
||||
a_store.allTracks
|
||||
);
|
||||
@@ -45,7 +45,7 @@ export default function play(
|
||||
|
||||
if (p.tracks.length === 0) return;
|
||||
|
||||
useQueue.playFromPlaylist(p.info.name, p.info.playlistid, p.tracks);
|
||||
useQueue.playFromPlaylist(p.info.name, p.info.id, p.tracks);
|
||||
useQueue.play();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user