summaryrefslogtreecommitdiffstats
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-11-21 11:31:11 +0100
committerSolomon Peachy <pizza@shaftnet.org>2021-12-02 17:37:15 -0500
commit0da0390b85edf0e27b8c79cd436881d959b1574e (patch)
treee471d284154daba2bf43793314f46e821053143e /apps/plugin.c
parent2512ed1c56a7c415f5a13ac2f38f72278e3ac660 (diff)
downloadrockbox-0da0390b85edf0e27b8c79cd436881d959b1574e.tar.gz
rockbox-0da0390b85edf0e27b8c79cd436881d959b1574e.zip
PictureFlow: Warn Before Erasing Playlist
Respect system-wide setting, in consistence with browser behavior Change-Id: I7df90554a466ed5ca1b99da179cc7d95360499b6
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
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;