BUG-1949: Fixed imgur issues, especially the delete.

This commit is contained in:
Robin 2016-04-26 23:12:45 +02:00
commit e781bdcd5c
3 changed files with 79 additions and 48 deletions

View file

@ -32,8 +32,6 @@ namespace GreenshotImgurPlugin {
/// </summary>
[IniSection("Imgur", Description="Greenshot Imgur Plugin configuration")]
public class ImgurConfiguration : IniSection {
[IniProperty("ImgurApiUrl", Description="Url to Imgur system.", DefaultValue= "http://api.imgur.com/2")]
public string ImgurApiUrl;
[IniProperty("ImgurApi3Url", Description = "Url to Imgur system.", DefaultValue = "https://api.imgur.com/3")]
public string ImgurApi3Url;