mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 12:10:36 +03:00
Fix 'Play Next' icon in AlbumSongBulkActions
This commit is contained in:
parent
a817701ee8
commit
a65318a00a
@ -1,6 +1,7 @@
|
||||
import React, { Fragment, useEffect } from 'react'
|
||||
import { useUnselectAll } from 'react-admin'
|
||||
import { playNext } from '../audioplayer'
|
||||
import { RiPlayList2Fill } from 'react-icons/ri'
|
||||
import AddToQueueButton from '../song/AddToQueueButton'
|
||||
import AddToPlaylistButton from '../song/AddToPlaylistButton'
|
||||
|
||||
@ -16,6 +17,7 @@ export const AlbumSongBulkActions = (props) => {
|
||||
{...props}
|
||||
action={playNext}
|
||||
label={'resources.song.actions.playNext'}
|
||||
icon={<RiPlayList2Fill />}
|
||||
/>
|
||||
<AddToQueueButton {...props} />
|
||||
<AddToPlaylistButton {...props} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user