From 3f3b738e064c57b59dfffc0f75e52a45864ece49 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sat, 28 May 2022 18:26:04 +0200 Subject: Partial fix for FS#12702: playlist catalogue silently fails to save files Change-Id: I13130f6b257b38e7a0d8ae22accd182330ff4e9f --- apps/playlist_catalog.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/playlist_catalog.c') diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c index ba12ff6d98..98a2bb4cdb 100644 --- a/apps/playlist_catalog.c +++ b/apps/playlist_catalog.c @@ -233,8 +233,10 @@ static int add_to_playlist(const char* playlist, bool new_playlist, fd = open(playlist, O_CREAT|O_WRONLY|O_APPEND, 0666); if(fd < 0) + { + splash(HZ*2, ID2P(LANG_FAILED)); return result; - + } /* In case we're in the playlist directory */ reload_directory(); -- cgit v1.2.3