Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ilikenwf authored and ilikenwf committed Nov 15, 2022
1 parent 5d7c541 commit 625a168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module xteve
go 1.16

require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/koron/go-ssdp v0.0.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/koron/go-ssdp v0.0.2
)
2 changes: 1 addition & 1 deletion src/xepg.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ func getPoster(program *Program, xmltvProgram *Program, xepgChannel XEPGChannelS

if len(xmltvProgram.Poster) == 0 {
var poster Poster
poster.Src = imgc.Image.GetURL(poster.Src)
poster.Src = imgc.Image.GetURL(xepgChannel.TvgLogo)
program.Poster = append(program.Poster, poster)
}

Expand Down

0 comments on commit 625a168

Please sign in to comment.