mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
some cleanup
This commit is contained in:
parent
10ca1e53e3
commit
41a2803e18
2
AAXtoMP3
2
AAXtoMP3
@ -102,7 +102,7 @@ do
|
|||||||
debug "Decoding ${path} with auth code ${auth_code}..."
|
debug "Decoding ${path} with auth code ${auth_code}..."
|
||||||
|
|
||||||
# Check for Presense of Audiobook
|
# Check for Presense of Audiobook
|
||||||
[ ! -r "${path}" ] && echo "ERROR: Input file $path missing" ; exit 1
|
# [[ ! -r "${path}" ]] && echo "ERROR: Input file $path missing" ; exit 1
|
||||||
|
|
||||||
save_metadata "${path}"
|
save_metadata "${path}"
|
||||||
genre=$(get_metadata_value genre)
|
genre=$(get_metadata_value genre)
|
||||||
|
Loading…
Reference in New Issue
Block a user