Initial support for album browsing from UI

This commit is contained in:
Deluan
2020-01-22 12:32:31 -05:00
parent 3a8124a1de
commit ea30b4c2d9
6 changed files with 94 additions and 28 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import MusicNote from '@material-ui/icons/MusicNote'
import MusicNoteIcon from '@material-ui/icons/MusicNote'
import SongList from './SongList'
export default {
list: SongList,
icon: MusicNote
icon: MusicNoteIcon
}