Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Dec 17, 2024
1 parent 13b4658 commit 288f07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ai_mediaserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func (ls *LivepeerServer) StartLiveVideo() http.Handler {
Stream: streamName,
Type: sourceTypeStr,
QueryParams: queryParams,
GatewayHost: ls.LivepeerNode.GatewayHost, // TODO: substitute with pod info
GatewayHost: ls.LivepeerNode.GatewayHost,

Check warning on line 449 in server/ai_mediaserver.go

View check run for this annotation

Codecov / codecov/patch

server/ai_mediaserver.go#L449

Added line #L449 was not covered by tests
})
if err != nil {
kickErr := mediaMTXClient.KickInputConnection(ctx)
Expand Down

0 comments on commit 288f07e

Please sign in to comment.