1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 10:53:39 +02:00

fix startFromGenre

This commit is contained in:
Michael Zanetti
2012-12-02 23:01:03 +01:00
parent af05ce243d
commit 3eedd65c79

View File

@@ -9,7 +9,7 @@ Item {
signal done() signal done()
function createStation(genre) { function createStation(genre) {
mainView.startStationFromArtist(genre) mainView.startStationFromGenre(genre)
root.done() root.done()
} }