summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-08 20:44:55 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-08 20:44:55 +0100
commit1630250351e46acc0a2be6a444599afac0d742e2 (patch)
tree936ca9457831b3d61fbb6c73f1209c4ca8ed6403 /main.c
parent6b71e1179cfdd0f22a59a51c63203c17bcf6374a (diff)
tabbed playlists WIP
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;