mirror of
https://github.com/Monibuca/plugin-jessica.git
synced 2025-09-26 20:11:15 +08:00
修复拼写错误
This commit is contained in:
@@ -21,9 +21,9 @@ func WsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
parts := streamPathReg.FindStringSubmatch(r.RequestURI)
|
||||
stringPath := parts[3]
|
||||
if stringPath == "" {
|
||||
stringPath = parts[5]
|
||||
streamPath := parts[3]
|
||||
if streamPath == "" {
|
||||
streamPath = parts[5]
|
||||
} else {
|
||||
isFlv = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user