summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4b0b6ca4..5e83ad3d 100644
--- a/main.c
+++ b/main.c
@@ -572,8 +572,12 @@ main (int argc, char *argv[]) {
messagepump_init (); // required to push messages while handling commandline
plug_load_all (); // required to add files to playlist from commandline
- plt_add (0, "Test");
plt_add (0, "Default");
+ plt_add (1, "Test");
+ plt_add (2, "Test 2");
+ plt_add (3, "Test 3");
+ plt_add (4, "Test 4");
+ plt_add (5, "Test 5");
// execute server commands in local context
int noloadpl = 0;