Skip to content

Commit

Permalink
Update EPG file path to use dynamic prefix (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 4, 2025
1 parent a79d991 commit d93ca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/epg/epg.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

// Init initializes EPG generation and schedules it for the next day.
func Init() {
epgFile := "epg.xml.gz"
epgFile := utils.GetPathPrefix() + "epg.xml.gz"
var lastModTime time.Time
flag := false
utils.Log.Println("Checking EPG file")
Expand Down

0 comments on commit d93ca13

Please sign in to comment.