summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagtree.c4
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)
1489 case allsubentries: 1489 case allsubentries:
1490 if (newextra == playtrack) 1490 if (newextra == playtrack)
1491 { 1491 {
1492 if (global_settings.party_mode && audio_status()) {
1493 splash(HZ, ID2P(LANG_PARTY_MODE));
1494 break;
1495 }
1492 c->dirlevel--; 1496 c->dirlevel--;
1493 /* about to create a new current playlist... 1497 /* about to create a new current playlist...
1494 allow user to cancel the operation */ 1498 allow user to cancel the operation */