Fix: emby logout clear cache

pull/47/head
zijiren233 1 year ago
parent 62a86eaadf
commit 9e0006f720

@ -107,5 +107,7 @@ func Logout(ctx *gin.Context) {
return
}
user.EmbyCache().Clear()
ctx.Status(http.StatusNoContent)
}

Loading…
Cancel
Save