mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 18:24:14 -04:00
LibraryItemAPI: Fixing dual / in page responses
This commit is contained in:
parent
e0f96d0b56
commit
e93b48bc53
@ -43,7 +43,7 @@ namespace Kyoo.Api
|
||||
new Pagination(limit, afterID));
|
||||
|
||||
return new Page<LibraryItem>(resources,
|
||||
new Uri(_baseURL + Request.Path),
|
||||
new Uri(_baseURL, Request.Path),
|
||||
Request.Query.ToDictionary(x => x.Key, x => x.Value.ToString(), StringComparer.InvariantCultureIgnoreCase),
|
||||
limit);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user