mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-06-30 00:17:31 +02:00
some cleanup
This commit is contained in:
5
AAXtoMP3
5
AAXtoMP3
@ -102,7 +102,10 @@ do
|
||||
debug "Decoding ${path} with auth code ${auth_code}..."
|
||||
|
||||
# Check for Presense of Audiobook
|
||||
# [[ ! -r "${path}" ]] && echo "ERROR: Input file $path missing" ; exit 1
|
||||
if [[ ! -r "${path}" ]] ; then
|
||||
echo "ERROR: Input Audiobook file $path missing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
save_metadata "${path}"
|
||||
genre=$(get_metadata_value genre)
|
||||
|
Reference in New Issue
Block a user