From adc3b4b7265c89b2c5e803798e1bf00873b804fc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 16 Aug 2017 22:43:42 +0200 Subject: [PATCH] Playlist file needs to be written to when we add an entry to Favorites --- command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/command.c b/command.c index 5cafba1d2d..efa3ae8fc9 100644 --- a/command.c +++ b/command.c @@ -2194,6 +2194,7 @@ TODO: Add a setting for these tweaks */ NULL, NULL ); + playlist_write_file(g_defaults.content_favorites); break; case CMD_EVENT_RESTART_RETROARCH: if (!frontend_driver_set_fork(FRONTEND_FORK_RESTART))