summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/main.c b/main.c
index 3c888c38..24dff4a0 100644
--- a/main.c
+++ b/main.c
@@ -596,11 +596,7 @@ main (int argc, char *argv[]) {
if (!noloadpl) {
pl_load_all ();
}
- //plt_add (plt_get_count (), "Test 1");
-// plt_add (plt_get_count (), "Test 2");
-// plt_add (plt_get_count (), "Test 3");
-// plt_add (plt_get_count (), "Test 4");
-// plt_add (plt_get_count (), "Test 5");
+ plt_set_curr (conf_get_int ("playlist.current", 0));
plug_trigger_event_playlistchanged ();
// this is old code left for backwards compatibility