Use "next song" icon for skip forward cover action

This commit is contained in:
Thomas Perl 2014-02-03 21:18:33 +01:00
parent 776294cb05
commit 85321b5a56

View file

@ -50,7 +50,7 @@ CoverBackground {
}
CoverAction {
iconSource: 'image://theme/icon-cover-next'
iconSource: 'image://theme/icon-cover-next-song'
onTriggered: {
if (player.episode != 0 && player.isPlaying) {
player.seekAndSync(player.position + 1000 * 30);