Merge lp://staging/~morphis/media-hub/previous-to-same-after-four-secs into lp://staging/media-hub/stable
Proposed by
Simon Fels
Status: | Merged |
---|---|
Merged at revision: | 163 |
Proposed branch: | lp://staging/~morphis/media-hub/previous-to-same-after-four-secs |
Merge into: | lp://staging/media-hub/stable |
Diff against target: |
90 lines (+26/-2) 3 files modified
src/core/media/player_implementation.cpp (+5/-0) src/core/media/track_list_skeleton.cpp (+19/-2) src/core/media/track_list_skeleton.h (+2/-0) |
To merge this branch: | bzr merge lp://staging/~morphis/media-hub/previous-to-same-after-four-secs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jim Hodapp (community) | code | Needs Fixing | |
Review via email: mp+275872@code.staging.launchpad.net |
Commit message
When calling previous and we already have played more than four seconds of the track we repeat the same track again. Switching to the previous track is possible when being issued before the first four seconds are over.
Description of the change
When calling previous and we already have played more than four seconds of the track we repeat the same track again. Switching to the previous track is possible when being issued before the first four seconds are over.
To post a comment you must log in.
A few minor suggestions inline.