🐛 Sometimes the audio or video does not play https://github.com/siyuan-note/siyuan/issues/11810
This commit is contained in:
parent
335d390d20
commit
9d08ef3008
1 changed files with 1 additions and 5 deletions
|
@ -386,11 +386,7 @@ func Timing(c *gin.Context) {
|
|||
}
|
||||
|
||||
func Recover(c *gin.Context) {
|
||||
defer func() {
|
||||
logging.Recover()
|
||||
c.Status(http.StatusInternalServerError)
|
||||
}()
|
||||
|
||||
defer logging.Recover()
|
||||
c.Next()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue