Error message for people who don't set their download directory and then

wonder why there's no post-processing.
This commit is contained in:
sbuser
2011-08-10 20:48:09 -05:00
parent c2768ae1f0
commit 05ee998de7

View File

@@ -442,6 +442,7 @@ def renameUnprocessedFolder(albumpath):
def forcePostProcess():
if not headphones.DOWNLOAD_DIR:
logger.error('No DOWNLOAD_DIR has been set. Set "Music Download Directory:" to your SAB download directory on the settings page.')
return
else:
download_dir = headphones.DOWNLOAD_DIR