Corrected wrong string.
This commit is contained in:
parent
a397c0e8ae
commit
094b9a237d
@ -89,7 +89,7 @@ Page {
|
|||||||
if (model.url_resolved !== radioPlayer._url_resolved) {
|
if (model.url_resolved !== radioPlayer._url_resolved) {
|
||||||
radioPlayer._favicon = model.favicon
|
radioPlayer._favicon = model.favicon
|
||||||
radioPlayer._name = model.name
|
radioPlayer._name = model.name
|
||||||
radioPlayer._countrycode = model.countrycode
|
radioPlayer._cc = model.countrycode
|
||||||
radioPlayer._tags = model.tags
|
radioPlayer._tags = model.tags
|
||||||
radioPlayer._codec = model.codec//getCodec(model.codec)
|
radioPlayer._codec = model.codec//getCodec(model.codec)
|
||||||
radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate)
|
radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate)
|
||||||
@ -99,11 +99,7 @@ Page {
|
|||||||
radioPlayer._stationuuid = model.stationuuid
|
radioPlayer._stationuuid = model.stationuuid
|
||||||
radioPlayer._favorite = model.favorite ? true : false
|
radioPlayer._favorite = model.favorite ? true : false
|
||||||
radioPlayer.fav
|
radioPlayer.fav
|
||||||
//pageStack.push("RadioPlayerPage.qml")
|
|
||||||
radioPlayer.playlistIndex = index
|
radioPlayer.playlistIndex = index
|
||||||
|
|
||||||
console.log("Index: "+index)
|
|
||||||
|
|
||||||
} else radioPlayer.resumeStream()
|
} else radioPlayer.resumeStream()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@ Page {
|
|||||||
if (model.url_resolved !== radioPlayer._url_resolved) {
|
if (model.url_resolved !== radioPlayer._url_resolved) {
|
||||||
radioPlayer._favicon = model.favicon
|
radioPlayer._favicon = model.favicon
|
||||||
radioPlayer._name = model.name
|
radioPlayer._name = model.name
|
||||||
radioPlayer._countrycode = model.countrycode
|
radioPlayer._cc = model.countrycode
|
||||||
radioPlayer._tags = model.tags
|
radioPlayer._tags = model.tags
|
||||||
radioPlayer._codec = model.codec//getCodec(model.codec)
|
radioPlayer._codec = model.codec//getCodec(model.codec)
|
||||||
radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate)
|
radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user