mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Change Players icon, to distinguish it from Internet Radios
This commit is contained in:
parent
e40da183bb
commit
0a65bf171b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
import RadioIcon from '@material-ui/icons/Radio'
|
||||
import { BsFillMusicPlayerFill } from 'react-icons/bs'
|
||||
import PlayerList from './PlayerList'
|
||||
import PlayerEdit from './PlayerEdit'
|
||||
|
||||
export default {
|
||||
list: PlayerList,
|
||||
edit: PlayerEdit,
|
||||
icon: RadioIcon,
|
||||
icon: BsFillMusicPlayerFill,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue