Fixed TSAM-8555 Auto play on next 74/93074/1
authorbhutani.92 <bhutani.92@samsung.com>
Thu, 20 Oct 2016 08:25:08 +0000 (13:55 +0530)
committerbhutani.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

index c838b3a..f44bf14 100755 (executable)
@@ -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);
                        }