forked from External/mediamtx
fix 'no segments found' error message (#3323)
This commit is contained in:
parent
5d0ebdef56
commit
0c86dca71a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
)
|
)
|
||||||
|
|
||||||
var errNoSegmentsFound = errors.New("no recording segments found for the given timestamp")
|
var errNoSegmentsFound = errors.New("no recording segments found")
|
||||||
|
|
||||||
type serverAuthManager interface {
|
type serverAuthManager interface {
|
||||||
Authenticate(req *auth.Request) error
|
Authenticate(req *auth.Request) error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue