diff --git a/uTorrentPostProcess.py b/uTorrentPostProcess.py index c2896b01..adfce141 100644 --- a/uTorrentPostProcess.py +++ b/uTorrentPostProcess.py @@ -108,7 +108,7 @@ def _sendRequest(session, host='http://localhost:8080/', username=None, password settings.output_dir = os.path.join(path, ("%s-convert" % name)) if not os.path.exists(settings.output_dir): os.mkdir(settings.output_dir) - delete_dir = os.path.join(path, name) + delete_dir = settings.output_dir converter = MkvtoMp4(settings)