blogger/gdrive: split off download option
This commit is contained in:
parent
f5164e3464
commit
5309ca2baf
|
@ -722,8 +722,8 @@ namespace OpenLiveWriter.BlogClient.Clients
|
|||
Role = "reader"
|
||||
}, imageFile.Id).Execute();
|
||||
|
||||
// Retrieve the appropiate URL for inlining the image.
|
||||
return imageFile.WebContentLink;
|
||||
// Retrieve the appropiate URL for inlining the image, splitting off the download parameter
|
||||
return imageFile.WebContentLink.Split('&').First();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in New Issue