MpPlaylistDetailView_t *view = (MpPlaylistDetailView_t *) thiz;
mp_view_freeze_nowplaying((MpView_t *) thiz, 0);
- /*check is no content */
MpTrackList_t *track_list = (MpTrackList_t *) view->content_to_show;
- if (track_list->no_content != NULL) {
- mp_list_update((MpList_t *) track_list);
- }
+
+ //Removed the condition if (track_list->no_content != NULL) from here,
+ //because to show added/removed tracks track_list need to be updated
+ //whether no_content is NULL or not NULL.
+ mp_list_update((MpList_t *) track_list);
}
static int