mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Fixed simple syntax error.
This commit is contained in:
parent
d96d01eb25
commit
bde9caf0b4
2
AAXtoMP3
2
AAXtoMP3
@ -63,7 +63,7 @@ for path
|
|||||||
do
|
do
|
||||||
debug "Decoding ${path} with auth code ${auth_code}..."
|
debug "Decoding ${path} with auth code ${auth_code}..."
|
||||||
|
|
||||||
save_metadata "${path}"
|
save_metadata="${path}"
|
||||||
genre=$(get_metadata_value genre)
|
genre=$(get_metadata_value genre)
|
||||||
artist=$(get_metadata_value artist)
|
artist=$(get_metadata_value artist)
|
||||||
title=$(get_metadata_value title)
|
title=$(get_metadata_value title)
|
||||||
|
Loading…
Reference in New Issue
Block a user