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:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user