Fix crash caused by addition of Tistory support

This commit is contained in:
plieblang 2018-02-23 17:29:25 -06:00
parent 87c151e9b1
commit b83bb29845
2 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace OpenLiveWriter.BlogClient.Clients
AddClientType(typeof(BloggerAtomClient));
AddClientType(typeof(SharePointClient));
AddClientType(typeof(WordPressClient));
AddClientType(typeof(TistoryBlogClient));
}
return _clientTypes;
}

View File

@ -164,6 +164,7 @@
<Compile Include="Clients\RedirectHelper.cs" />
<Compile Include="Clients\SharePointClient.cs" />
<Compile Include="Clients\WordPressClient.cs" />
<Compile Include="Clients\TistoryBlogClient.cs" />
<Compile Include="Clients\XmlRestRequestHelper.cs" />
<Compile Include="Clients\XmlRpcBlogClient.cs" />
<Compile Include="Detection\BackgroundColorDetector.cs" />