]> gitweb.factorcode.org Git - factor.git/commitdiff
id3: fix for find-files-by-extension rename.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 5 Mar 2017 21:47:19 +0000 (13:47 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 5 Mar 2017 21:47:19 +0000 (13:47 -0800)
extra/id3/id3.factor

index 7fc59894b050aeb13c99a70afdb202c101960302..d64ea8a8826ad41c8ce26dd6ebf51f08fb37f959 100644 (file)
@@ -233,7 +233,7 @@ PRIVATE>
 : genre ( id3 -- string/f )
     "TCON" find-id3-frame parse-genre ;
 
-: find-mp3s ( path -- seq ) ".mp3" find-by-extension ;
+: find-mp3s ( path -- seq ) ".mp3" find-files-by-extension ;
 
 ERROR: id3-parse-error path error ;