Fix lint errors

This commit is contained in:
Deluan 2024-08-21 12:15:25 -04:00
parent 1a8bef0743
commit 5d81849603
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,6 @@ func (api *Router) Search2(r *http.Request) (*responses.Subsonic, error) {
searchResult2 := &responses.SearchResult2{}
searchResult2.Artist = make([]responses.Artist, len(as))
for i, artist := range as {
artist := artist
searchResult2.Artist[i] = responses.Artist{
Id: artist.ID,
Name: artist.Name,