diff options
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index f864a1d90b..adf207da79 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -882,6 +882,10 @@ int plugin_load(const char* plugin, const void* parameter) | |||
882 | } | 882 | } |
883 | } | 883 | } |
884 | 884 | ||
885 | #ifdef HAVE_DISK_STORAGE | ||
886 | if (!storage_disk_is_active()) | ||
887 | splash(0, ID2P(LANG_WAIT)); | ||
888 | #endif | ||
885 | strcpy(current_plugin, plugin); | 889 | strcpy(current_plugin, plugin); |
886 | current_plugin_handle = lc_open(plugin, pluginbuf, PLUGIN_BUFFER_SIZE); | 890 | current_plugin_handle = lc_open(plugin, pluginbuf, PLUGIN_BUFFER_SIZE); |
887 | if (current_plugin_handle == NULL) { | 891 | if (current_plugin_handle == NULL) { |