aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-28 10:00:51 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-08-28 10:00:51 -0400
commitb7d8e3a9dde18b14d2aef94c3f5762694db0b26d (patch)
treebdee9c95c524a6990ffb27e468498e9ba2a1446a /MediaBrowser.Model/Session
parent98169502d1532f2882bbe92e516a60413d614be9 (diff)
changed sessions id to a string
Diffstat (limited to 'MediaBrowser.Model/Session')
-rw-r--r--MediaBrowser.Model/Session/SessionInfoDto.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs
index 93d531806..cddfecdd1 100644
--- a/MediaBrowser.Model/Session/SessionInfoDto.cs
+++ b/MediaBrowser.Model/Session/SessionInfoDto.cs
@@ -9,7 +9,7 @@ namespace MediaBrowser.Model.Session
/// Gets or sets the id.
/// </summary>
/// <value>The id.</value>
- public Guid Id { get; set; }
+ public string Id { get; set; }
/// <summary>
/// Gets or sets the user id.