diff options
Diffstat (limited to '')
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index cf5e71f61..171bd71c4 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -384,8 +384,6 @@ static void do_play(void) static void * player_task(mpd_unused void *arg) { - notify_enter(&pc.notify); - while (1) { switch (pc.command) { case PLAYER_COMMAND_PLAY: |