diff options
author | Max Kellermann <max@duempel.org> | 2014-11-01 13:20:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-02 11:54:26 +0100 |
commit | 32b5654a6e7738211e6aa18ab8089cc6328aa1fa (patch) | |
tree | 364546dbabd2978df72a24827f1eade72c954a4e /NEWS | |
parent | 674091424e715fddd8fbfe8146f351da5bf84974 (diff) | |
download | mpd-32b5654a6e7738211e6aa18ab8089cc6328aa1fa.tar.gz mpd-32b5654a6e7738211e6aa18ab8089cc6328aa1fa.tar.xz mpd-32b5654a6e7738211e6aa18ab8089cc6328aa1fa.zip |
Decoder, Playlist: ignore URI query string for plugin detection
Use the new uri_get_suffix() overload that removes the query string.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ ver 0.18.17 (not yet released) - don't allow empty playlist name - m3u: recognize the file suffix ".m3u8" * decoder + - ignore URI query string for plugin detection - faad: remove workaround for ancient libfaad2 ABI bug - ffmpeg: recognize MIME type audio/aacp |