Resolved TSAM-9552 (Sometimes Cannot play Music), TSAM-9631 (Song still play after... 74/96274/2
authorshubham kumar <shubham.srib@samsung.com>
Tue, 8 Nov 2016 10:35:33 +0000 (16:05 +0530)
committershubham kumar <shubham.srib@samsung.com>
Tue, 8 Nov 2016 10:37:25 +0000 (16:07 +0530)
Change-Id: I8a4cfd01c6ae20b6b0ee5ed00d73d1ef3ae91f11
Signed-off-by: shubham kumar <shubham.srib@samsung.com>
src/core/mp-player-control.c
src/widget/mp-edit-playlist.c
src/widget/mp-minicontroller.c

index fbc1c81..b8d3411 100755 (executable)
@@ -89,6 +89,7 @@ _mp_play_control_play_next_on_error(void *data)
                next = mp_playlist_mgr_get_nth(ad->playlist_mgr, 0);
                if (next) {
                        mp_playlist_mgr_set_current(ad->playlist_mgr, next);
+                       mp_play_new_file(ad, true);
                } else {
                        mp_player_control_stop(ad);
                        mp_view_mgr_pop_a_view(GET_VIEW_MGR, GET_PLAYER_VIEW);
index 4caf5c1..942ba35 100755 (executable)
@@ -88,7 +88,8 @@ _mp_edit_playlist_create_new_done_cb(void *data, Evas_Object * obj, void *event_
                if (view) {
                        mp_view_update_options(view);
                }
-               //_mp_edit_playlist_destory(mp_playlist_data);
+               elm_object_focus_set(mp_playlist_data->editfiled_entry, EINA_TRUE);
+
                return;
        }
 
index 80ff21e..d6537a9 100755 (executable)
@@ -383,6 +383,7 @@ static void _quick_panel_cb(minicontrol_viewer_event_e event_type, bundle *event
                xU = 0;
                yU = 0;
                ad->is_sdcard_removed = false;
+               mp_player_control_stop(ad);
        }
        if (event_type == (minicontrol_viewer_event_e)MINICONTROL_VIEWER_EVENT_REPORT_ANGLE) {
                char *value = NULL;