Explorar o código

change userid type to guid

Claus Vium %!s(int64=6) %!d(string=hai) anos
pai
achega
07e7b13b75
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      MediaBrowser.Model/Devices/DeviceQuery.cs

+ 3 - 1
MediaBrowser.Model/Devices/DeviceQuery.cs

@@ -1,4 +1,6 @@
 
+using System;
+
 namespace MediaBrowser.Model.Devices
 {
     public class DeviceQuery
@@ -17,6 +19,6 @@ namespace MediaBrowser.Model.Devices
         /// Gets or sets the user identifier.
         /// </summary>
         /// <value>The user identifier.</value>
-        public string UserId { get; set; }
+        public Guid UserId { get; set; }
     }
 }