Add notification about scanning folders

This commit is contained in:
Jeroen De Meerleer 2019-07-01 12:35:01 +02:00
parent 99a2ab4784
commit c50bcb3468
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ fi
if [[ -f /tmp/music-sync-filelist ]]; then
rm /tmp/music-sync-filelist
fi
VerboseOutput 2 "Scanning for new or updated files"
CreateFileList $source $dest ""
if [[ ! -f /tmp/music-sync-filelist ]]; then
VerboseOutput 2 "Nothing to do!"