mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 08:53:59 +01:00
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:
@@ -442,6 +442,7 @@ def renameUnprocessedFolder(albumpath):
|
|||||||
def forcePostProcess():
|
def forcePostProcess():
|
||||||
|
|
||||||
if not headphones.DOWNLOAD_DIR:
|
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
|
return
|
||||||
else:
|
else:
|
||||||
download_dir = headphones.DOWNLOAD_DIR
|
download_dir = headphones.DOWNLOAD_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user