From 70b4851a2991c79481108f362cac22df404fe6d7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 10 Jan 2016 07:51:56 +0100 Subject: [PATCH] docs: Add fix for bad event crash to changelog Fixes #1383 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a67e6a15..e8135398 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,9 @@ Bug fix release. - Core: Make :meth:`~mopidy.core.LibraryController.lookup` ignore tracks with empty URIs. (Partly fixes: :issue:`1340`, PR: :issue:`1381`) +- Core: Fix crash if backends emits events with wrong names or arguments. + (Fixes: :issue:`1383`) + - Stream: If an URI is considered playable, don't consider it as a candidate for playlist parsing. Just looking at MIME type prefixes isn't enough, as for example Ogg Vorbis has the MIME type ``application/ogg``. (Fixes: