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