id3: fix for find-files-by-extension rename.

char-rename
John Benediktsson 2017-03-05 13:47:19 -08:00
parent 79983feed7
commit c6a00bfdfe
1 changed files with 1 additions and 1 deletions

View 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 ;