Merge pull request #5297 from Bnyro/master

fix: can't play videos when Piped proxy disabled
This commit is contained in:
Bnyro 2023-12-06 14:16:00 +01:00 committed by GitHub
commit 05f09cdc69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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