https://bugs.kde.org/show_bug.cgi?id=441485

--- Comment #19 from empyreal <empyr...@ukr.net> ---
ElisaMainWindow.qml

Action {
        shortcut: nextTrackAction.shortcut
        onTriggered:
ElisaApplication.mediaPlayListProxyModel.skipPreviousTrack(ElisaApplication.audioPlayer.position)
    }

    Action {
        shortcut: previousTrackAction.shortcut
        onTriggered:
ElisaApplication.mediaPlayListProxyModel.skipNextTrack(ElisaApplication.audioPlayer.position)
    }

Is this code ok?
I interchanged skipNextTrack and skipPreviousTrack.
After that next track works fine and previous track jumps to start of current
track.
Is it really designed like that?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to