1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +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()
function createStation(genre) {
mainView.startStationFromArtist(genre)
mainView.startStationFromGenre(genre)
root.done()
}