mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +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()
|
it.newBuilder()
|
||||||
.host(host)
|
.host(host)
|
||||||
.removeAllQueryParameters("host")
|
.removeAllQueryParameters("host")
|
||||||
|
.removeAllQueryParameters("ump")
|
||||||
|
.removeAllQueryParameters("qhash")
|
||||||
.build()
|
.build()
|
||||||
.toString()
|
.toString()
|
||||||
} ?: url
|
} ?: url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user