mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 19:22:37 -04:00
Add toast to artist append
This commit is contained in:
@@ -141,7 +141,9 @@ export const GlobalContextMenu = () => {
|
||||
}
|
||||
|
||||
const res = await Promise.all(promises);
|
||||
dispatch(appendPlayQueue({ entries: _.flatten(res) }));
|
||||
const songs = _.flatten(res);
|
||||
dispatch(appendPlayQueue({ entries: songs }));
|
||||
notifyToast('info', `Added ${songs.length} song(s) to the queue`);
|
||||
}
|
||||
|
||||
if (playQueue.entry.length < 1 || playQueue.currentPlayer === 1) {
|
||||
|
||||
Reference in New Issue
Block a user