Skip to content

Commit ca7c1e3

Browse files
committed
fixed function nale
1 parent 6758ee6 commit ca7c1e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/collection_manage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ function nv_album(){
6666
function lyrics(){
6767
# loop all music files in collection
6868
find "$COLLECTION_DIR" -regextype posix-egrep -regex ".*\.(m4a|opus|wav)$" | while read file; do
69-
lyrics "$file"
69+
download_lyrcs_by_file "$file"
7070
done
7171
}
7272

73-
function lyrics(){
73+
function download_lyrcs_by_file(){
7474
# test if a lyrics file is already downloaded
7575
if test ! -f "${file%.*}.lrc" && test ! -f "${file%.*}.txt"; then
7676

0 commit comments

Comments
 (0)