projects
/
profile
/
mobile
/
apps
/
native
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2267e74
)
Fixed TSAM-8555 Auto play on next
74/93074/1
author
bhutani.92
<bhutani.92@samsung.com>
Thu, 20 Oct 2016 08:25:08 +0000
(13:55 +0530)
committer
bhutani.92
<bhutani.92@samsung.com>
Thu, 20 Oct 2016 08:25:08 +0000
(13:55 +0530)
Change-Id: I068c5d5966700d2c03d1903848eb82c541903428
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/core/mp-player-mgr.c
patch
|
blob
|
history
diff --git
a/src/core/mp-player-mgr.c
b/src/core/mp-player-mgr.c
index
c838b3a
..
f44bf14
100755
(executable)
--- a/
src/core/mp-player-mgr.c
+++ b/
src/core/mp-player-mgr.c
@@
-1159,6
+1159,7
@@
void mp_player_focus_callback(sound_stream_info_h stream_info, sound_stream_focu
int current_pid = mp_setting_get_nowplaying_id();
if (current_pid && current_pid != getpid()) {
DEBUG_TRACE("Some other player playing currently");
+ ad->paused_by_user = true;
if (ad->win_minicon) {
mp_minicontroller_hide(ad);
}