From 435268c04589f8afa79f3c48308b4c89bde03fea Mon Sep 17 00:00:00 2001 From: Henrik Persson Date: Fri, 16 Sep 2016 11:49:57 +0200 Subject: [PATCH] Album list didn't show any albums Change-Id: I44300047cda4e566d021d0e14479944f133cfbd5 Reviewed-by: Nedim Hadzic --- apps/com.pelagicore.music/AlbumScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/com.pelagicore.music/AlbumScreen.qml b/apps/com.pelagicore.music/AlbumScreen.qml index 90666a3..9aa9323 100644 --- a/apps/com.pelagicore.music/AlbumScreen.qml +++ b/apps/com.pelagicore.music/AlbumScreen.qml @@ -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 {