Add support for *.lbryplayer.xyz.

This commit is contained in:
FireMasterK 2021-09-02 19:14:01 +05:30
parent 7dd806014c
commit a484dfd22b
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ var allowed_hosts = []string{
"ytimg.com",
"ggpht.com",
"googleusercontent.com",
"lbryplayer.xyz",
}
type requesthandler struct{}