diff options
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 1 |
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) onplay_result = ONPLAY_START_PLAY; } + playlist_set_modified(NULL, true); return false; } |