mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +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 PlayerList from './PlayerList'
|
||||||
import PlayerEdit from './PlayerEdit'
|
import PlayerEdit from './PlayerEdit'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
list: PlayerList,
|
list: PlayerList,
|
||||||
edit: PlayerEdit,
|
edit: PlayerEdit,
|
||||||
icon: RadioIcon,
|
icon: BsFillMusicPlayerFill,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue