From 0da0390b85edf0e27b8c79cd436881d959b1574e Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sun, 21 Nov 2021 11:31:11 +0100 Subject: PictureFlow: Warn Before Erasing Playlist Respect system-wide setting, in consistence with browser behavior Change-Id: I7df90554a466ed5ca1b99da179cc7d95360499b6 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index a19b3ee226..0225491d85 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -802,7 +802,7 @@ static const struct plugin_api rockbox_api = { plugin_get_current_filename, /* new stuff at the end, sort into place next time the API gets incompatible */ - + warn_on_pl_erase, }; static int plugin_buffer_handle; -- cgit v1.2.3