diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2015-10-16 10:29:02 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2015-10-16 10:29:02 -0400 |
| commit | 0ed2fed529102eaf4b644c65aaa28ef9edcdf89b (patch) | |
| tree | 64d80b39d2bf8b2f2ce7fb819ce8ff5912bc1608 /MediaBrowser.Common.Implementations/Security/RegRecord.cs | |
| parent | 3741eb24263de151a57e66dd6770fc82f69fe9c4 (diff) | |
Restore appstore registration end point
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/RegRecord.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/RegRecord.cs | 1 |
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 |
