APE: fix variable name
This commit is contained in:
parent
cb8dc5b237
commit
f2fe7e98c3
4
atom
4
atom
@ -748,7 +748,7 @@ getInfos::APE() {
|
||||
artist="$value"
|
||||
;;
|
||||
[Yy][Ee][Aa][Rr])
|
||||
date="$value"
|
||||
year="$value"
|
||||
;;
|
||||
[Aa][Ll][Bb][Uu][Mm])
|
||||
album="$value"
|
||||
@ -757,7 +757,7 @@ getInfos::APE() {
|
||||
title="$value"
|
||||
;;
|
||||
[Tt][Rr][Aa][Cc][Kk])
|
||||
track="$value"
|
||||
tracknum="$value"
|
||||
;;
|
||||
[Gg][Ee][Nn][Rr][Ee])
|
||||
genre="$value"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user