Fixed TSAM-10000 Music Widget Display wrong 01/103801/1
authorbhutani.92 <bhutani.92@samsung.com>
Fri, 9 Dec 2016 12:22:31 +0000 (17:52 +0530)
committerbhutani.92 <bhutani.92@samsung.com>
Fri, 9 Dec 2016 12:22:31 +0000 (17:52 +0530)
Change-Id: I548cdb463dfe632635dcb30475e1f74c0ec79f1c
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/mp-main.c

index aecdb44..ec2603e 100644 (file)
@@ -1272,6 +1272,9 @@ mp_terminate(void *data)
                        notification_free(ad->noti);
                }
        }
+
+       /* Clearing the shared file to destroy play information */
+       mp_setting_remove_now_playing_shared_status();
        return;
 }