Skip to content

Commit

Permalink
change mediainfo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioribeiro committed Sep 15, 2019
1 parent b6cb0db commit 9912780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handlers/map.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func Map(c Config, client *storage.Client) http.Handler {
m, err := mapper.Map(r.Context(), vodmodule.MapOptions{
Prefix: prefix,
Filter: filter,
ProxyEndpoint: fmt.Sprintf("http://localhost%s%s", c.Listen, c.Proxy.Endpoint),
ProxyEndpoint: fmt.Sprintf("http://127.0.0.1%s%s", c.Listen, c.Proxy.Endpoint),
ChapterBreaks: chapterBreaks,
})
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion vodmodule/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"

"cloud.google.com/go/storage"
"github.com/cbsinteractive/mediabench/pkg/mediainfo"
"github.com/flavioribeiro/mediainfo"
log "github.com/sirupsen/logrus"
"google.golang.org/api/iterator"
)
Expand Down

0 comments on commit 9912780

Please sign in to comment.