diff --git a/main.go b/main.go index 8773da7..38e9bcf 100644 --- a/main.go +++ b/main.go @@ -48,6 +48,7 @@ var allowed_hosts = []string{ "ytimg.com", "ggpht.com", "googleusercontent.com", + "lbryplayer.xyz", } type requesthandler struct{}