mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -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));
|
new Pagination(limit, afterID));
|
||||||
|
|
||||||
return new Page<LibraryItem>(resources,
|
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),
|
Request.Query.ToDictionary(x => x.Key, x => x.Value.ToString(), StringComparer.InvariantCultureIgnoreCase),
|
||||||
limit);
|
limit);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user