mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 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) {
|
func Recover(c *gin.Context) {
|
||||||
defer func() {
|
defer logging.Recover()
|
||||||
logging.Recover()
|
|
||||||
c.Status(http.StatusInternalServerError)
|
|
||||||
}()
|
|
||||||
|
|
||||||
c.Next()
|
c.Next()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue