Fix output bug

This commit is contained in:
r4 2021-06-21 20:43:57 +02:00
parent 0d3f66436d
commit 1035525146
1 changed files with 3 additions and 1 deletions

View File

@ -223,7 +223,9 @@ func main() {
printInfo("URL: %v", url)
printInfo("Output directory: %v", dir)
printInfo("Stopping after %v tracks", maxTracks)
if limitTracks {
printInfo("Stopping after %v tracks", maxTracks)
}
// Record the actual stream.
for {