From 6ccb758939931dd1005092deeff79cb336a2f608 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 28 Jul 2020 14:33:23 +0200 Subject: [PATCH] Update --- menu/menu_explore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu/menu_explore.c b/menu/menu_explore.c index 8dd4bd1862..62ad596794 100644 --- a/menu/menu_explore.c +++ b/menu/menu_explore.c @@ -901,7 +901,8 @@ unsigned menu_displaylist_explore(file_list_t *list) if (current_type == MENU_EXPLORE_TAB) { - // free any existing playlist when entering the explore view + /* free any existing playlist + * when entering the explore view */ playlist_free_cached(); }