diff --git a/headphones/webserve.py b/headphones/webserve.py index f51356f0..a2798878 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -877,7 +877,7 @@ class WebInterface(object): cherrypy.response.headers['Content-type'] = 'application/json' return json_albums - @cherrypy.expose + @cherrypy.expose def getArtistjson(self, ArtistID, **kwargs): myDB = db.DBConnection() artist = myDB.action('SELECT * FROM artists WHERE ArtistID=?', [ArtistID]).fetchone()