fix(api): gofmt + revive cleanup on lidarr search handler

This commit is contained in:
2026-04-29 17:35:45 -04:00
parent 905e27a988
commit 9192eb9f0a
2 changed files with 7 additions and 8 deletions
-1
View File
@@ -135,4 +135,3 @@ func (h *handlers) lidarrInLibrary(ctx context.Context, kind, mbid string) (bool
}
return exists, nil
}