Comment 3 for bug 1511029

Revision history for this message
Albert Astals Cid (aacid) wrote :

Must be a bug in qtmultimedia then, i've added

console.log("PLAYING")
console.log("audio.source", audio.source != "" ? audio.source : "empty")
console.log("audio.playlist", audio.playlist ? audio.playlist.currentSource : "undefined")

to the play() function in DashAudioPlayer.qml and the output says

qml: PLAYING
qml: audio.source empty
qml: audio.playlist file:///home/phablet/Music/The Gossip/Standing In The Way Of Control/The Gossip - 01 - Fire With Fire.mp3

qml: PLAYING
qml: audio.source file:///home/phablet/Music/The Gossip/Standing In The Way Of Control/The Gossip - 02 - Standing In The Way Of Control.mp3
qml: audio.playlist undefined

but as said on the bug i get the first song to play even if i'm passing the second one.