summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexec')
-rw-r--r--plugins/shellexec/shellexec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index d7aa45c6..4edfd796 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -204,6 +204,9 @@ shx_start ()
if (0 == strstr (flags, "single"))
action->parent.flags |= DB_ACTION_ALLOW_MULTIPLE_TRACKS;
+ if (strstr (flags, "playlist"))
+ action->parent.flags |= DB_ACTION_PLAYLIST;
+
if (prev)
prev->parent.next = (DB_plugin_action_t *)action;
prev = action;