add twitch API stuff, add follow/sub/cheer labels
This commit is contained in:
parent
8a7210ad56
commit
626540e728
17 changed files with 1143 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ func (srv *Service) BindRoutes(group *gin.RouterGroup) {
|
|||
})
|
||||
|
||||
group.GET("/artwork", func(ctx *gin.Context) {
|
||||
ctx.Header("cache-control", "no-cache")
|
||||
ctx.Header("cache-control", "no-store")
|
||||
|
||||
if srv.track == nil || srv.track.ArtworkURL == "" {
|
||||
http.ServeFileFS(ctx.Writer, ctx.Request, publicFS, "public/default-cover-art.png")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue