ability to retrieve all tags

This commit is contained in:
2013-09-21 20:48:50 +02:00
parent cb6fc4e113
commit 74063723df
8 changed files with 46 additions and 15 deletions
@@ -75,7 +75,7 @@ namespace PocketSharp.WP8.ViewModels
try
{
items = await client.Retrieve().ConfigureAwait(false);
items = await client.Get().ConfigureAwait(false);
items.ForEach(item =>
{