diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2015-09-26 16:27:13 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2015-09-26 16:27:13 -0400 |
| commit | 7404114fee8a06983261bb7a8e361c00ed8b3d7a (patch) | |
| tree | ee686aef6b3f4b2c50ebdec29607e92d183e7c6a /MediaBrowser.Common.Implementations/Security/RegRecord.cs | |
| parent | ebc95ffb9af1d8fabe94c2686af8e816018e34ef (diff) | |
Add store registration endpoint (pointing to test)
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 f4e4337bfa..ece70b7726 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 |
