From fc9943476c1465047e240f522a8c9167b2d12021 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 27 Nov 2017 07:25:01 +0100 Subject: [PATCH] Add another edge case --- menu/cbs/menu_cbs_ok.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 9293256aaa..dedf26bd8e 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -2297,6 +2297,7 @@ static int action_ok_load_core_deferred(const char *path, CORE_TYPE_PLAIN, NULL, NULL)) return -1; + content_add_to_playlist(path); return 0; }