diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-28 10:00:51 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-28 10:00:51 -0400 |
| commit | b7d8e3a9dde18b14d2aef94c3f5762694db0b26d (patch) | |
| tree | bdee9c95c524a6990ffb27e468498e9ba2a1446a /MediaBrowser.Model/Session | |
| parent | 98169502d1532f2882bbe92e516a60413d614be9 (diff) | |
changed sessions id to a string
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 2 |
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. |
