Add GetTopSongs placeholder, to make AVSub work

This commit is contained in:
Deluan
2020-08-05 13:48:50 -04:00
parent a541afbfba
commit 8e4b2e1c06
8 changed files with 46 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ func (api *Router) routes() http.Handler {
H(withPlayer, "getSong", c.GetSong)
H(withPlayer, "getArtistInfo", c.GetArtistInfo)
H(withPlayer, "getArtistInfo2", c.GetArtistInfo2)
H(withPlayer, "GetTopSongs", c.GetArtistInfo2)
})
r.Group(func(r chi.Router) {
c := initAlbumListController(api)