From 436335e9a3251cbfe42848843e1acea33d22177c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Apr 2013 21:22:06 +0200 Subject: player_control: don't emit IDLE_PLAYER before audio format is known Eliminates one IDLE_PLAYER call in playlist_control, and add two new ones to player_thread. Fixes Mantis bug 3636. --- src/player_control.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/player_control.c') diff --git a/src/player_control.c b/src/player_control.c index 90f616d77..b18639087 100644 --- a/src/player_control.c +++ b/src/player_control.c @@ -127,8 +127,6 @@ pc_play(struct player_control *pc, struct song *song) assert(pc->next_song == NULL); player_unlock(pc); - - idle_add(IDLE_PLAYER); } void -- cgit v1.2.3