mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix typo
This commit is contained in:
parent
a4c2232041
commit
7c5eec715d
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
const triggerScanSignal = syscall.SIGUSR1
|
||||
|
||||
func startSignaler(ctx context.Context) func() error {
|
||||
func startSignaller(ctx context.Context) func() error {
|
||||
log.Info(ctx, "Starting signaler")
|
||||
scanner := GetScanner()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue