From 1630250351e46acc0a2be6a444599afac0d742e2 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 8 Feb 2010 20:44:55 +0100 Subject: tabbed playlists WIP --- main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.c') 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; -- cgit v1.2.3