aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/RegRecord.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2015-10-16 10:29:02 -0400
committerEric Reed <ebr@mediabrowser3.com>2015-10-16 10:29:02 -0400
commit0ed2fed529102eaf4b644c65aaa28ef9edcdf89b (patch)
tree64d80b39d2bf8b2f2ce7fb819ce8ff5912bc1608 /MediaBrowser.Common.Implementations/Security/RegRecord.cs
parent3741eb24263de151a57e66dd6770fc82f69fe9c4 (diff)
Restore appstore registration end point
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/RegRecord.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/RegRecord.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/RegRecord.cs b/MediaBrowser.Common.Implementations/Security/RegRecord.cs
index f4e4337bf..ece70b772 100644
--- a/MediaBrowser.Common.Implementations/Security/RegRecord.cs
+++ b/MediaBrowser.Common.Implementations/Security/RegRecord.cs
@@ -7,5 +7,6 @@ namespace MediaBrowser.Common.Implementations.Security
public string featId { get; set; }
public bool registered { get; set; }
public DateTime expDate { get; set; }
+ public string key { get; set; }
}
} \ No newline at end of file