Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f committed Jul 15, 2018
2 parents 1e5e250 + 37ab404 commit 3d917b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Sagitta/Clients/MangaClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal MangaClient(PixivClient pixivClient) : base(pixivClient) { }
/// <returns>
/// <see cref="IllustCollection" />
/// </returns>
public async Task<IllustCollection> RecommendedAsync(List<long> bookmarkIllustIds, bool includeRankingIllusts = false, string filter = "")
public async Task<IllustCollection> RecommendedAsync(List<long> bookmarkIllustIds = null, bool includeRankingIllusts = false, string filter = "")
{
var parameters = new List<KeyValuePair<string, string>>();
if (bookmarkIllustIds != null)
Expand Down
2 changes: 1 addition & 1 deletion Source/Sagitta/Sagitta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Sagitta</AssemblyName>
<RootNamespace>Sagitta</RootNamespace>
<Version>7.1.8.1</Version>
<Version>7.1.8.2</Version>
<AssemblyVersion>7.1.8.0</AssemblyVersion>
<Authors>Mikazuki</Authors>
<RepositoryType>Git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/Sagitta.Clients.MangaClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h4 id="Sagitta_Clients_MangaClient_RecommendedAsync_List_System_Int64__System_B
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task&lt;IllustCollection&gt; RecommendedAsync(List&lt;long&gt; bookmarkIllustIds, bool includeRankingIllusts = false, string filter = &quot;&quot;)</code></pre>
<pre><code class="lang-csharp hljs">public Task&lt;IllustCollection&gt; RecommendedAsync(List&lt;long&gt; bookmarkIllustIds = null, bool includeRankingIllusts = false, string filter = &quot;&quot;)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"output": {
".html": {
"relative_path": "api/Sagitta.Clients.MangaClient.html",
"hash": "dgYoFkZaCuLEfYoe2leq0g=="
"hash": "hBNbkytjClb9UFS5vQeU3Q=="
}
},
"is_incremental": false,
Expand Down

0 comments on commit 3d917b5

Please sign in to comment.