Merge lp://staging/~phablet-team/media-hub/bg-playlist-fixes into lp://staging/media-hub/stable
Proposed by
Alfonso Sanchez-Beato
Status: | Merged |
---|---|
Approved by: | Jim Hodapp |
Approved revision: | 168 |
Merged at revision: | 163 |
Proposed branch: | lp://staging/~phablet-team/media-hub/bg-playlist-fixes |
Merge into: | lp://staging/media-hub/stable |
Prerequisite: | lp://staging/~morphis/media-hub/previous-to-same-after-four-secs |
Diff against target: |
703 lines (+237/-42) 11 files modified
include/core/media/track_list.h (+8/-0) src/core/media/mpris/service.h (+12/-0) src/core/media/mpris/track_list.h (+17/-0) src/core/media/player_implementation.cpp (+12/-0) src/core/media/service_skeleton.cpp (+22/-6) src/core/media/track_list.cpp (+5/-0) src/core/media/track_list_implementation.cpp (+25/-18) src/core/media/track_list_skeleton.cpp (+102/-16) src/core/media/track_list_skeleton.h (+4/-0) src/core/media/track_list_stub.cpp (+29/-2) src/core/media/track_list_stub.h (+1/-0) |
To merge this branch: | bzr merge lp://staging/~phablet-team/media-hub/bg-playlist-fixes |
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jim Hodapp (community) | code | Approve | |
Review via email: mp+276094@code.staging.launchpad.net |
Commit message
Make sure our iterator for the current track points to the right place when (un)shuffling (LP #1510219). Fix crash when client tries to set the player for a non-existing key. Do not add empty URIs to the list (LP: #1511029).
Description of the change
Make sure our iterator for the current track points to the right place when (un)shuffling (LP #1510219). Fix crash when client tries to set the player for a non-existing key. Do not add empty URIs to the list (LP: #1511029).
To post a comment you must log in.
A few comments inline.