fix again
This commit is contained in:
parent
d2691fe363
commit
5932cf9a2c
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -122,7 +122,7 @@ func view(c *gin.Context) {
|
|||
}
|
||||
|
||||
resizeParams := ""
|
||||
redirectBaseURL := "https://thumbnails.odycdn.com/optimize/plain/https://player.odycdn.com/speech/"
|
||||
redirectBaseURL := "https://source.thumbnails.odycdn.com/optimize/plain/https://player.odycdn.com/speech/"
|
||||
if height != "" && width != "" {
|
||||
redirectBaseURL = ""
|
||||
//resizeParams = fmt.Sprintf("&height=%s&width=%s&quality=80", height, width)
|
||||
|
|
Loading…
Reference in a new issue