mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-03 20:11:20 +02:00
Always add new query string.
This commit is contained in:
parent
97691ca5a0
commit
8d04aca336
@ -149,9 +149,7 @@ public class URLUtils {
|
||||
}
|
||||
}
|
||||
|
||||
if (qstring != null) {
|
||||
newUrl += "?" + qstring;
|
||||
}
|
||||
newUrl += "?" + qstring;
|
||||
|
||||
return newUrl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user