aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-07-20 11:33:51 +0200
committerMax Kellermann <max@duempel.org>2011-07-20 11:33:51 +0200
commitd7d717f2ce096015527593f8e163dc3d59cf91fc (patch)
tree3dbda3e9265ca5a11f1b4fb1277a347d1e5b0856 /NEWS
parentd1eeed6a5ba0ac35f9dcad6355fc2d18c1860a9f (diff)
downloadmpd-d7d717f2ce096015527593f8e163dc3d59cf91fc.tar.gz
mpd-d7d717f2ce096015527593f8e163dc3d59cf91fc.tar.xz
mpd-d7d717f2ce096015527593f8e163dc3d59cf91fc.zip
playlist_control: don't resume playback when seeking to another song while paused
Use a shortcut in playlist_seek_song(), don't call playlist_play_order() because that would reset the "paused" state.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddba638c7..26a4c1134 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
ver 0.16.4 (2011/??/??)
* fix memory leaks
+* don't resume playback when seeking to another song while paused
* decoder:
- ffmpeg: workaround for semantic API change in recent ffmpeg versions
- flac: validate the sample rate when scanning the tag