mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Merge pull request #5297 from Bnyro/master
fix: can't play videos when Piped proxy disabled
This commit is contained in:
commit
05f09cdc69
@ -68,6 +68,8 @@ object ProxyHelper {
|
||||
it.newBuilder()
|
||||
.host(host)
|
||||
.removeAllQueryParameters("host")
|
||||
.removeAllQueryParameters("ump")
|
||||
.removeAllQueryParameters("qhash")
|
||||
.build()
|
||||
.toString()
|
||||
} ?: url
|
||||
|
Loading…
x
Reference in New Issue
Block a user