update domain
This commit is contained in:
parent
234ae75890
commit
d2691fe363
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://lbry2.vanwanet.com/speech/"
|
||||
redirectBaseURL := "https://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