Add SimilarSongs functionality

This commit is contained in:
Deluan
2020-10-20 16:00:29 -04:00
committed by Deluan Quintão
parent a289a1945f
commit 64ccb4d188
2 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ func (c *BrowsingController) GetSimilarSongs2(w http.ResponseWriter, r *http.Req
response := newResponse()
response.SimilarSongs2 = &responses.SimilarSongs2{
Song: res.SimilarSongs2.Song,
Song: res.SimilarSongs.Song,
}
return response, nil
}