From d2691fe363b89ea3e0c9cfaf1efd6a10f36e1f09 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Wed, 18 May 2022 07:32:37 +0200 Subject: [PATCH] update domain --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 48e8beb..86af2ef 100644 --- a/main.go +++ b/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)