Use "next song" icon for skip forward cover action
This commit is contained in:
parent
776294cb05
commit
85321b5a56
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ CoverBackground {
|
||||||
}
|
}
|
||||||
|
|
||||||
CoverAction {
|
CoverAction {
|
||||||
iconSource: 'image://theme/icon-cover-next'
|
iconSource: 'image://theme/icon-cover-next-song'
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
if (player.episode != 0 && player.isPlaying) {
|
if (player.episode != 0 && player.isPlaying) {
|
||||||
player.seekAndSync(player.position + 1000 * 30);
|
player.seekAndSync(player.position + 1000 * 30);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue