summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2011-11-05 03:23:24 +0100
committerYoann Lopes <yoann.lopes@nokia.com>2011-11-05 03:23:24 +0100
commitbc7a27bc5d042009705045a7960609836a1a2cbb (patch)
treeabc01d9d2ac00b54b9c8a0c1601cd06c4ef27f55 /qml
parentdfb7c69141109b966785c4f167ee69451978457b (diff)
Switched to libspotify 10.v1.2.0
Diffstat (limited to 'qml')
-rw-r--r--qml/MainPage.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qml/MainPage.qml b/qml/MainPage.qml
index 418d749..3c8e8f3 100644
--- a/qml/MainPage.qml
+++ b/qml/MainPage.qml
@@ -102,6 +102,10 @@ Page {
errorBanner.show();
}
}
+ onOfflineErrorMessageChanged: {
+ errorBanner.text = spotifySession.offlineErrorMessage;
+ errorBanner.show();
+ }
onPlayTokenLost: {
if (spotifySession.isPlaying) {
errorBanner.text = "Playback has been paused because your account is used somewhere else";