add comment

This commit is contained in:
YouROK
2020-12-01 09:00:04 +03:00
parent ee7902cbb6
commit 25e1024b42

View File

@@ -34,6 +34,8 @@ func allPlayList(c *gin.Context) {
sendM3U(c, "all.m3u", hash, list)
}
// http://127.0.0.1:8090/playlist?hash=...
// http://127.0.0.1:8090/playlist?hash=...&fromlast
func playList(c *gin.Context) {
hash, _ := c.GetQuery("hash")
_, fromlast := c.GetQuery("fromlast")