• Max Kellermann's avatar
    player/Thread: never reuse decoder when switching radio streams · 44b20024
    Max Kellermann authored
    When switching to another song manually, the player checks if the
    decoder is already decoding that song; if so, it will attempt to reuse
    it by seeking it to the new position.  That however fails if the
    decoder is not seekable (e.g. a radio stream) which leaves the user
    unable to switch to that song with the bogus error message "Not
    seekable".
    44b20024
DecoderControl.hxx 9.7 KB