Browse Source

Remove nullable from MaxActiveSessions

Joshua M. Boniface 4 năm trước cách đây
mục cha
commit
a9e5f6e770
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jellyfin.Data/Entities/User.cs

+ 1 - 1
Jellyfin.Data/Entities/User.cs

@@ -191,7 +191,7 @@ namespace Jellyfin.Data.Entities
         /// <summary>
         /// Gets or sets the maximum number of active sessions the user can have at once.
         /// </summary>
-        public int? MaxActiveSessions { get; set; }
+        public int MaxActiveSessions { get; set; }
 
         /// <summary>
         /// Gets or sets the subtitle mode.