Fix output bug
This commit is contained in:
parent
0d3f66436d
commit
1035525146
4
main.go
4
main.go
@ -223,7 +223,9 @@ func main() {
|
|||||||
|
|
||||||
printInfo("URL: %v", url)
|
printInfo("URL: %v", url)
|
||||||
printInfo("Output directory: %v", dir)
|
printInfo("Output directory: %v", dir)
|
||||||
printInfo("Stopping after %v tracks", maxTracks)
|
if limitTracks {
|
||||||
|
printInfo("Stopping after %v tracks", maxTracks)
|
||||||
|
}
|
||||||
|
|
||||||
// Record the actual stream.
|
// Record the actual stream.
|
||||||
for {
|
for {
|
||||||
|
Loading…
Reference in New Issue
Block a user