Forgot to uri decode the url and title
This commit is contained in:
@@ -114,8 +114,8 @@ namespace PocketWP
|
|||||||
{
|
{
|
||||||
new PocketDataItem
|
new PocketDataItem
|
||||||
{
|
{
|
||||||
Uri = urlToAdd,
|
Uri = Uri.UnescapeDataString(urlToAdd),
|
||||||
Title = title
|
Title = Uri.UnescapeDataString(title)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user