summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 5f8af77fca..4157544d28 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -358,6 +358,7 @@ static int add_to_playlist(void* arg)
358 onplay_result = ONPLAY_START_PLAY; 358 onplay_result = ONPLAY_START_PLAY;
359 } 359 }
360 360
361 playlist_set_modified(NULL, true);
361 return false; 362 return false;
362} 363}
363 364