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) {
|
||||
defer func() {
|
||||
logging.Recover()
|
||||
c.Status(http.StatusInternalServerError)
|
||||
}()
|
||||
|
||||
defer logging.Recover()
|
||||
c.Next()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue