Change error message, and change it to a warning

This commit is contained in:
Out Of Ideas 2024-05-13 18:21:31 -05:00
parent d433e40415
commit 8052fcb7ba
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ do
else
echo 'Error: No `.flac` or `.mp3` files found.'
echo "Warning: $file does not end \`.flac\` or \`.mp3\`."
exit
fi