mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
Minor fix for thumbnails
This commit is contained in:
@@ -59,6 +59,7 @@ func parseUrl(raw string) (string, error) {
|
||||
|
||||
q := u.Query()
|
||||
q.Set("host", prehost)
|
||||
u.RawQuery = q.Encode()
|
||||
|
||||
return u.String(), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user