• Max Kellermann's avatar
    DecoderThread: set Decoder::song_tag only for local files · 9acefcb2
    Max Kellermann authored
    If the song tag comes from a stream, and MPD playback restarts, MPD
    would believe the tag should override the newly received tag.  This
    makes the previous tag appear stuck.  This change passes the song tag
    only if it's authoritative - i.e. if it's a song file.
    9acefcb2
DecoderThread.cxx 11.4 KB