]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/id3/id3.factor
id3: fix for find-files-by-extension rename.
[factor.git] / 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 ;