mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Change Players icon, to distinguish it from Internet Radios
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user