Skip to content

Commit

Permalink
fix: byte ranges don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Nov 12, 2023
1 parent 5780294 commit d7a2080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func main() {
Download: false,
CacheDuration: *fCacheDuration,
MaxAge: int((*fCacheDuration).Seconds()),
ByteRange: true,
})

if *fSPA {
Expand Down

0 comments on commit d7a2080

Please sign in to comment.