From f2fe7e98c320ddede2fe0b8145f179017363d26b Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Wed, 6 Mar 2013 13:18:07 +0100 Subject: [PATCH] APE: fix variable name --- atom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atom b/atom index 6aaa6bc..97d4501 100755 --- a/atom +++ b/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"