mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-27 07:44:34 +02:00
some more work on stations merged
This commit is contained in:
@@ -6,11 +6,11 @@ Item {
|
||||
id: root
|
||||
anchors.fill: parent
|
||||
|
||||
signal done()
|
||||
signal done(string text)
|
||||
|
||||
function createStation(artist) {
|
||||
mainView.startStationFromArtist(artist)
|
||||
root.done()
|
||||
root.done(artist)
|
||||
}
|
||||
|
||||
Column {
|
||||
|
Reference in New Issue
Block a user