mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
reverse-merge earlier changes to this file, they are no longer needed
This commit is contained in:
@@ -25,7 +25,7 @@ import threading
|
|||||||
|
|
||||||
import headphones
|
import headphones
|
||||||
|
|
||||||
from headphones import logger, searcher, db, importer, mb, lastfm, librarysync, webfilters
|
from headphones import logger, searcher, db, importer, mb, lastfm, librarysync
|
||||||
from headphones.helpers import checked, radio
|
from headphones.helpers import checked, radio
|
||||||
|
|
||||||
import lib.simplejson as simplejson
|
import lib.simplejson as simplejson
|
||||||
@@ -47,8 +47,6 @@ def serve_template(templatename, **kwargs):
|
|||||||
|
|
||||||
class WebInterface(object):
|
class WebInterface(object):
|
||||||
|
|
||||||
_cp_filters = [webfilters.HTTPSFilter()]
|
|
||||||
|
|
||||||
def index(self):
|
def index(self):
|
||||||
raise cherrypy.HTTPRedirect("home")
|
raise cherrypy.HTTPRedirect("home")
|
||||||
index.exposed=True
|
index.exposed=True
|
||||||
|
|||||||
Reference in New Issue
Block a user