respect normal_uri, if submitted; PocketItem.ID as string

This commit is contained in:
2013-12-15 11:00:00 +01:00
parent c39f8ec7f0
commit f6e7594233
13 changed files with 73 additions and 52 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ namespace PocketSharp
{
return await Read(new PocketItem()
{
ID = 0,
ID = null,
Uri = uri
}, bodyOnly, noHeadline);
}