diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-13 14:02:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-13 14:02:30 -0400 |
| commit | 785deff188ba51243739b827dbe42b5645404367 (patch) | |
| tree | 236515b0e5502b65c6eee3d23412093588c9c5e6 /MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs | |
| parent | 6688d35e65352fbf9b0a06a5fdf5a31eaaf425d8 (diff) | |
removed excess hashing in providers and made user data key-based
Diffstat (limited to 'MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs b/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs index 565ce6ec2..a5e44f22e 100644 --- a/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs +++ b/MediaBrowser.Model/Connectivity/ClientConnectionInfo.cs @@ -15,7 +15,7 @@ namespace MediaBrowser.Model.Connectivity /// </summary> /// <value>The user id.</value> [ProtoMember(1)] - public Guid UserId { get; set; } + public string UserId { get; set; } /// <summary> /// Gets or sets the type of the client. |
