mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-17 07:26:14 +01:00
fixup! Add get_simple_data_table
Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
This commit is contained in:
@@ -205,7 +205,7 @@ func (p *proxy) xtreamPlayerAPI(c *gin.Context, q url.Values) {
|
||||
return
|
||||
}
|
||||
limit := 0
|
||||
if len(q["limit"][0]) > 0 {
|
||||
if len(q["limit"]) > 0 {
|
||||
limit, err = strconv.Atoi(q["limit"][0])
|
||||
if err != nil {
|
||||
c.AbortWithError(http.StatusInternalServerError, err)
|
||||
|
||||
Reference in New Issue
Block a user