From b8446f24694f596c9f79324cd191155be1e4e519 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 25 Oct 2016 21:59:56 +0200 Subject: [PATCH] docs: Add changelog for MMS scanning fix --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7fed8f40..3b4d52c8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -33,6 +33,10 @@ 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`) + v2.0.1 (2016-08-16) ===================