update domain

This commit is contained in:
Niko Storni 2022-05-18 07:32:37 +02:00
parent 234ae75890
commit d2691fe363

View file

@ -122,7 +122,7 @@ func view(c *gin.Context) {
} }
resizeParams := "" resizeParams := ""
redirectBaseURL := "https://lbry2.vanwanet.com/speech/" redirectBaseURL := "https://thumbnails.odycdn.com/optimize/plain/https://player.odycdn.com/speech/"
if height != "" && width != "" { if height != "" && width != "" {
redirectBaseURL = "" redirectBaseURL = ""
//resizeParams = fmt.Sprintf("&height=%s&width=%s&quality=80", height, width) //resizeParams = fmt.Sprintf("&height=%s&width=%s&quality=80", height, width)