diff --git a/qml/CoverContainer.qml b/qml/CoverContainer.qml index 909118c..abcc208 100644 --- a/qml/CoverContainer.qml +++ b/qml/CoverContainer.qml @@ -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);