mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 08:09:35 +01:00
Keep Original Folder fix
This commit is contained in:
@@ -802,7 +802,7 @@ class WebInterface(object):
|
||||
@cherrypy.expose
|
||||
def forcePostProcess(self, dir=None, album_dir=None, keep_original_folder=False):
|
||||
from headphones import postprocessor
|
||||
threading.Thread(target=postprocessor.forcePostProcess, kwargs={'dir': dir, 'album_dir': album_dir, 'keep_original_folder':keep_original_folder}).start()
|
||||
threading.Thread(target=postprocessor.forcePostProcess, kwargs={'dir': dir, 'album_dir': album_dir, 'keep_original_folder':keep_original_folder == 'True'}).start()
|
||||
raise cherrypy.HTTPRedirect("home")
|
||||
|
||||
@cherrypy.expose
|
||||
|
||||
Reference in New Issue
Block a user