summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 99b67d89..252c403d 100644
--- a/main.c
+++ b/main.c
@@ -460,7 +460,7 @@ main (int argc, char *argv[]) {
codec_init_locking ();
streamer_init ();
// p_init ();
- thread_start (player_thread, 0);
+// thread_start (player_thread, 0);
volume_set_db (conf_get_float ("playback.volume", 0));
if (argc > 1) {
@@ -474,6 +474,8 @@ main (int argc, char *argv[]) {
}
}
+ player_thread (0);
+
// save config
pl_save (defpl);
conf_save ();