update connect link text

This commit is contained in:
Luke Pulverenti
2014-09-14 19:39:06 -04:00
parent 52aad5466a
commit 6dc9b16966
10 changed files with 35 additions and 36 deletions

View File

@@ -0,0 +1,8 @@

namespace MediaBrowser.Controller.Connect
{
public class UserLinkResult
{
public bool IsPending { get; set; }
}
}