diff --git a/mopidy/http/handlers.py b/mopidy/http/handlers.py index 18b56de2..048c9ddf 100644 --- a/mopidy/http/handlers.py +++ b/mopidy/http/handlers.py @@ -152,6 +152,9 @@ class ClientListHandler(tornado.web.RequestHandler): self.apps = apps self.statics = statics + def get_template_path(self): + return os.path.dirname(__file__) + def get(self): set_mopidy_headers(self)