Skip to content

Commit

Permalink
fix 'no segments found' error message (#3323)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored May 5, 2024
1 parent 5d0ebde commit 0c86dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/playback/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"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 {
Authenticate(req *auth.Request) error
Expand Down

0 comments on commit 0c86dca

Please sign in to comment.