]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/internal/echonest.py
Propagate Artist type
[mpd-sima.git] / sima / plugins / internal / echonest.py
index c9a02e8a0e32fc476a30b893d04856cbf68fa458..a6dda9364378680fe384b428e449094aabdff5f2 100644 (file)
@@ -41,7 +41,7 @@ class EchoNest(WebService):
         # Set persitent cache
         vardir = daemon.config['sima']['var_dir']
         SimaEch.cache = FileCache(join(vardir, 'http', 'EchoNest'))
-        self.ws = SimaEch
+        self.ws = SimaEch()
 
 # VIM MODLINE
 # vim: ai ts=4 sw=4 sts=4 expandtab