Browse Source

fixed genre code again...

Mark VandenBrink 12 năm trước cách đây
mục cha
commit
a8947b21f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mp3-tag.lisp

+ 1 - 1
mp3-tag.lisp

@@ -166,7 +166,7 @@
   (if (or (> n (1- (length *id3v1-genres*)))
             (< n 0))
         "BAD GENRE"
-      (aref *id3v1-genres* n))))
+        (aref *id3v1-genres* n)))
 
 (defun get-frames (stream names)
   "Given a MP3-STREAM, search its frames for NAMES.  Return file-order list of matching frames"