mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
Omit redundant control flow
This commit is contained in:
committed by
GitHub
parent
c9829910f2
commit
fd0223f2ea
@@ -211,5 +211,5 @@ func streamNoAuth(c *gin.Context) {
|
||||
}
|
||||
c.Header("WWW-Authenticate", "Basic realm=Authorization Required")
|
||||
c.AbortWithStatus(http.StatusUnauthorized)
|
||||
return
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user