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:
90acaa1
)
Fixed TSAM-10000 Music Widget Display wrong
01/103801/1
author
bhutani.92
<bhutani.92@samsung.com>
Fri, 9 Dec 2016 12:22:31 +0000
(17:52 +0530)
committer
bhutani.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
patch
|
blob
|
history
diff --git
a/src/mp-main.c
b/src/mp-main.c
index aecdb44ac3149227b1e1489b6f6c13f64bb7fecb..ec2603ebd974cb4febfcb3bf9996c248dd5eefc0 100644
(file)
--- a/
src/mp-main.c
+++ b/
src/mp-main.c
@@
-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;
}