From: kaliko Date: Sat, 6 Dec 2014 15:46:26 +0000 (+0100) Subject: Releasing 0.12.3 X-Git-Tag: 0.12.3 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=db5532225efcefa95d24960f7ab42360de96a0a4;p=mpd-sima.git Releasing 0.12.3 --- diff --git a/doc/Changelog b/doc/Changelog index 72abd9f..b2f62ef 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,8 +1,9 @@ -MPD_sima v0.12.3 UNRELEASED +MPD_sima v0.12.3 * Use albumartist to fetch similar artists + * Fixed some bugs managing tags --- kaliko jack UNRELEASED +-- kaliko jack Sat, 06 Dec 2014 16:42:15 +0100 MPD_sima v0.12.2 diff --git a/sima/lib/player.py b/sima/lib/player.py index 37b3c72..ea57255 100644 --- a/sima/lib/player.py +++ b/sima/lib/player.py @@ -24,9 +24,6 @@ # standard library import import logging -# local import -#from sima.lib.track import Track - class Player(object): """Player interface to inherit from.