diff --git a/headphones/webserve.py b/headphones/webserve.py index c026cf5c..399d22ee 100644 --- a/headphones/webserve.py +++ b/headphones/webserve.py @@ -163,7 +163,7 @@ class WebInterface(object): raise cherrypy.HTTPRedirect(redirect) queueAlbum.exposed = True - def unqueueAlbum(self, AlbumID, ArtistID, new): + def unqueueAlbum(self, AlbumID, ArtistID): logger.info(u"Marking album: " + AlbumID + "as skipped...") myDB = db.DBConnection() controlValueDict = {'AlbumID': AlbumID}