mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-20 14:52:37 -04:00
Took care of SonarCloud code issues (#1041)
This commit is contained in:
@@ -618,7 +618,7 @@ public class OpdsController : BaseApiController
|
||||
private static void AddPagination(Feed feed, PagedList<SeriesDto> list, string href)
|
||||
{
|
||||
var url = href;
|
||||
if (href.Contains("?"))
|
||||
if (href.Contains('?'))
|
||||
{
|
||||
url += "&";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user