diff options
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 153ad003b..bef27cd45 100644 --- a/src/decode.c +++ b/src/decode.c @@ -76,7 +76,6 @@ static void stopDecode(DecoderControl * dc) static void quitDecode(PlayerControl * pc, DecoderControl * dc) { stopDecode(dc); - pc->metadataState = PLAYER_METADATA_STATE_READ; pc->state = PLAYER_STATE_STOP; dc->seek = 0; pc->play = 0; |