diff options
-rw-r--r-- | apps/tagtree.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index ce562b78e9..5415610501 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1489,6 +1489,10 @@ int tagtree_enter(struct tree_context* c) case allsubentries: if (newextra == playtrack) { + if (global_settings.party_mode && audio_status()) { + splash(HZ, ID2P(LANG_PARTY_MODE)); + break; + } c->dirlevel--; /* about to create a new current playlist... allow user to cancel the operation */ |