diff --git a/server/ctrlsubsonic/handlers_by_tags.go b/server/ctrlsubsonic/handlers_by_tags.go index 1c59ff2..24c456d 100644 --- a/server/ctrlsubsonic/handlers_by_tags.go +++ b/server/ctrlsubsonic/handlers_by_tags.go @@ -353,7 +353,6 @@ func (c *Controller) ServeGetArtistInfoTwo(r *http.Request) *spec.Response { } var artist db.Artist err = c.dbc. - Debug(). Preload("Info"). Select("artists.*, count(albums.id) album_count"). Where("name=?", similarName).