mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
remove comments
This commit is contained in:
@@ -130,9 +130,6 @@ func streamNoAuth(c *gin.Context) {
|
|||||||
title := c.Query("title")
|
title := c.Query("title")
|
||||||
poster := c.Query("poster")
|
poster := c.Query("poster")
|
||||||
|
|
||||||
// c.Header("WWW-Authenticate", "Basic realm=Authorization Required")
|
|
||||||
// c.AbortWithStatus(http.StatusUnauthorized)
|
|
||||||
|
|
||||||
if link == "" {
|
if link == "" {
|
||||||
c.AbortWithError(http.StatusBadRequest, errors.New("link should not be empty"))
|
c.AbortWithError(http.StatusBadRequest, errors.New("link should not be empty"))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user