Skip to content

Commit

Permalink
Album list didn't show any albums
Browse files Browse the repository at this point in the history
Change-Id: I44300047cda4e566d021d0e14479944f133cfbd5
Reviewed-by: Nedim Hadzic <[email protected]>
  • Loading branch information
henrypierrejean committed Sep 20, 2016
1 parent dae966c commit 435268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/com.pelagicore.music/AlbumScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ UIScreen {
anchors.left: parent.left
anchors.right: parent.right
height: Style.vspan(12)
model: MusicProvider.model
model: MusicProvider.nowPlaying.model
pathItemCount: 5
currentIndex: MusicProvider.currentIndex
path: Path {
Expand Down

0 comments on commit 435268c

Please sign in to comment.