]> kaliko git repositories - mpd-sima.git/commitdiff
Fixed top track mode
authorkaliko <kaliko@azylum.org>
Thu, 29 Jan 2015 10:39:08 +0000 (11:39 +0100)
committerkaliko <kaliko@azylum.org>
Thu, 29 Jan 2015 11:03:30 +0000 (12:03 +0100)
doc/Changelog
sima/lib/webserv.py

index b4e648315343dfd6bd0b9b27fd4a8224f1cee772..1582b892172760d4897f2f83e02777afe74cfc27 100644 (file)
@@ -1,5 +1,6 @@
 MPD_sima v0.14.0
 
+ * Fixed top track mode
  * Fixed default conf file name (back to mpd_sima.cfg)
  * Cleanup code (removed users similarities)
 
index f0b5946ff6ec50be3577b9611d6e5a0a793b2e78..3a484c2fde86cfbe5915124a56f4185cd028abcc 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (c) 2009-2014 Jack Kaliko <kaliko@azylum.org>
+# Copyright (c) 2009-2015 Jack Kaliko <kaliko@azylum.org>
 #
 #  This file is part of sima
 #
@@ -343,7 +343,6 @@ class WebService(Plugin):
         self.to_add = list()
         nbtracks_target = self.plugin_conf.getint('track_to_add')
         for artist in artists:
-            artist = Artist(name=artist)
             if len(self.to_add) == nbtracks_target:
                 return True
             self.log.info('Looking for a top track for {0}'.format(artist))