--- apps/filetree.c.orig 2007-12-10 11:42:40.000000000 +0000 +++ apps/filetree.c 2007-12-10 10:28:00.000000000 +0000 @@ -420,6 +420,8 @@ if (global_settings.party_mode) { + if (!playlist_check(1) && playlist_create(NULL, NULL) < 0) + break; playlist_insert_track(NULL, buf, PLAYLIST_INSERT_LAST, true, true); gui_syncsplash(HZ, ID2P(LANG_QUEUE_LAST));