mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 07:54:01 +01:00
eyeroll.
This commit is contained in:
@@ -163,7 +163,7 @@ class WebInterface(object):
|
|||||||
raise cherrypy.HTTPRedirect(redirect)
|
raise cherrypy.HTTPRedirect(redirect)
|
||||||
queueAlbum.exposed = True
|
queueAlbum.exposed = True
|
||||||
|
|
||||||
def unqueueAlbum(self, AlbumID, ArtistID, new):
|
def unqueueAlbum(self, AlbumID, ArtistID):
|
||||||
logger.info(u"Marking album: " + AlbumID + "as skipped...")
|
logger.info(u"Marking album: " + AlbumID + "as skipped...")
|
||||||
myDB = db.DBConnection()
|
myDB = db.DBConnection()
|
||||||
controlValueDict = {'AlbumID': AlbumID}
|
controlValueDict = {'AlbumID': AlbumID}
|
||||||
|
|||||||
Reference in New Issue
Block a user