1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

station summary does something again, at least for stations by artist

This commit is contained in:
Michael Zanetti
2013-06-29 21:42:11 +02:00
parent 6bb9ec7de3
commit 1d9b76efbc
2 changed files with 9 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ Rectangle {
width: parent.width
icon: "../images/station.svg"
title: mainView.title
subtitle: ""//generator.summary
subtitle: generator.summary
showSearchField: false
showBackButton: stationListView.currentIndex > 0
showNextButton: mainView.configured
@@ -29,10 +29,6 @@ Rectangle {
z: 1 //cover albumcovers that may leave their area
onBackPressed: {
if(mainView.configured) {
return;
}
inputBubble.opacity = 0
stationListView.decrementCurrentIndex()
if(stationListView.currentIndex == 1) {