musicindex: remove progress bar after loop
This commit is contained in:
parent
3bfcf5794f
commit
cf29e49405
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ func indexAlbums(artist *Artist) (albums map[string]Album) {
|
||||||
albums[albumName] = album
|
albums[albumName] = album
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
util.Iprint("\r")
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue