From 66a5cdfacf6ab0a3919b4360bfb3e1b15451d8ae Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 18 Feb 2014 22:55:46 +0100 Subject: [PATCH] Release v1.1.2 --- README.rst | 7 +++++++ mopidy_spotify/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c43b4c26..349d6384 100644 --- a/README.rst +++ b/README.rst @@ -97,6 +97,13 @@ Project resources Changelog ========= +v1.1.2 (2014-02-18) +------------------- + +- Wait for track to be loaded before playing it. This fixes playback of tracks + looked up directly by URI, and not through a playlist or search. (Fixes: + mopidy/mopidy#675) + v1.1.1 (2014-02-16) ------------------- diff --git a/mopidy_spotify/__init__.py b/mopidy_spotify/__init__.py index aaa8e95f..550ee6e6 100644 --- a/mopidy_spotify/__init__.py +++ b/mopidy_spotify/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, ext -__version__ = '1.1.1' +__version__ = '1.1.2' class Extension(ext.Extension):