Fix crash caused by addition of Tistory support (#721)
This commit is contained in:
parent
4fd42158b1
commit
6e2d8dc89a
|
@ -134,6 +134,7 @@ namespace OpenLiveWriter.BlogClient.Clients
|
|||
AddClientType(typeof(BloggerAtomClient));
|
||||
AddClientType(typeof(SharePointClient));
|
||||
AddClientType(typeof(WordPressClient));
|
||||
AddClientType(typeof(TistoryBlogClient));
|
||||
}
|
||||
return _clientTypes;
|
||||
}
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue