This commit is contained in:
Bob Mottram 2017-05-25 22:07:05 +01:00
parent 31ffa567d6
commit b3d7f5865c
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ function koel_import_from_directory {
255) return;;
esac
mv $selected_dir /music
mv "$selected_dir" /music
dialog --title $"Import music directory" \
--msgbox $"Import success. You may need to re-sync within Koel." 6 40