APE: fix variable name

This commit is contained in:
Vincent Riquer 2013-03-06 13:18:07 +01:00
parent cb8dc5b237
commit f2fe7e98c3

4
atom
View File

@ -748,7 +748,7 @@ getInfos::APE() {
artist="$value" artist="$value"
;; ;;
[Yy][Ee][Aa][Rr]) [Yy][Ee][Aa][Rr])
date="$value" year="$value"
;; ;;
[Aa][Ll][Bb][Uu][Mm]) [Aa][Ll][Bb][Uu][Mm])
album="$value" album="$value"
@ -757,7 +757,7 @@ getInfos::APE() {
title="$value" title="$value"
;; ;;
[Tt][Rr][Aa][Cc][Kk]) [Tt][Rr][Aa][Cc][Kk])
track="$value" tracknum="$value"
;; ;;
[Gg][Ee][Nn][Rr][Ee]) [Gg][Ee][Nn][Rr][Ee])
genre="$value" genre="$value"