From 8c548250a8490d5c4fd738b52a1b2fe73e160b61 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Wed, 26 Oct 2016 23:48:57 +0200 Subject: [PATCH] docs: Update changelog with scanner duration changes --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c0d60b54..7cbaa890 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -38,9 +38,9 @@ Feature release. - MPD: Fix inconsistent playlist state after playlist is emptied with repeat and consume mode turned on. (Fixes: :issue:`1512`, PR: :issue:`1549`) -- Audio: Fix handling of MMS (and any other streams) that can't switch to - playing ``ASYNC``. Previously we would time out trying to get a duration from - these. (Fixes: :issue:`1553`, PR :issue:`1575`) +- Audio: Improve handling of duration in scanning. VBR tracks should fail less + frequently and MMS works again. (Fixes: :issue:`1553`, PR :issue:`1575`, + :issue:`1576`, :issue:`1577`) v2.0.1 (2016-08-16)