mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 16:30:29 +05:30
Merge pull request #735 from TeamPiped/fix-qstring
fix: Always add new query string
This commit is contained in:
commit
88c9c409ea
@ -149,9 +149,7 @@ public class URLUtils {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qstring != null) {
|
newUrl += "?" + qstring;
|
||||||
newUrl += "?" + qstring;
|
|
||||||
}
|
|
||||||
|
|
||||||
return newUrl;
|
return newUrl;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user