mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Always add new query string.
This commit is contained in:
parent
97691ca5a0
commit
8d04aca336
1 changed files with 1 additions and 3 deletions
|
@ -149,9 +149,7 @@ public class URLUtils {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qstring != null) {
|
|
||||||
newUrl += "?" + qstring;
|
newUrl += "?" + qstring;
|
||||||
}
|
|
||||||
|
|
||||||
return newUrl;
|
return newUrl;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue