From dcde5aa89daaa9906b04770ab18def9c146474c4 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sat, 19 Nov 2022 16:15:22 +0100 Subject: Database & Playlist Viewer: Fix return to WPS from plugin After calling up PictureFlow from the database or from the Playlist Viewer, you would not be returned to the WPS as would be expected when picking a new song, selecting "Go to WPS" or pressing the WPS action button. Change-Id: I902ac9185ebe092d0c4c08804db0a813a32cc39c --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 02d2af282e..24dc0f2e4d 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -618,7 +618,7 @@ int filetype_list_viewers(const char* current_file) int i = viewers[info.selection]; snprintf(plugin, MAX_PATH, "%s/%s." ROCK_EXTENSION, PLUGIN_DIR, filetypes[i].plugin); - plugin_load(plugin, current_file); + ret = plugin_load(plugin, current_file); } return ret; } -- cgit v1.2.3