summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/view/detail.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/detail.c b/src/view/detail.c
index 8ec7fc8..20865f6 100644
--- a/src/view/detail.c
+++ b/src/view/detail.c
@@ -1141,7 +1141,8 @@ static void _update(void *view_data, int update_type, void *data)
if (priv->play_info) {
mi = app_media_get_info(priv->play_info);
_update_play_info(priv, mi->media_id);
- }
+ } else
+ _update_play_info(priv, NULL);
break;
default:
break;