From 24e739ccde4331c4271caa7f9050cdb336821acd Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sun, 11 Apr 2021 08:49:11 +0300 Subject: [PATCH] Update backgroundchanger.go --- backgroundchanger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backgroundchanger.go b/backgroundchanger.go index 5c789be..b30b54b 100644 --- a/backgroundchanger.go +++ b/backgroundchanger.go @@ -308,7 +308,7 @@ func main() { } log.Printf("Found %d song folders", len(songPaths)) - // check if there is less job than workers + // check if there are less jobs than workers if int(settings.MaxWorkers) > len(songPaths) { settings.MaxWorkers = uint(len(songPaths)) }