@@ -98,7 +98,11 @@ playlist() {
fi
[ -z "$_optdownloadonly" ] && audacious -e "$filename"
done < <(if [ -n "$_optshuffle" ]; then shuf "$1"; else cat "$1"; fi)
if [ -z "$_optdownloadonly" ]; then
log "Finished building queue"
else
log "Finished downloading"
}
# Main
The note is not visible to the blocked user.