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