Преглед на файлове

Remove nullable from MaxActiveSessions

Joshua M. Boniface преди 4 години
родител
ревизия
a9e5f6e770
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Jellyfin.Data/Entities/User.cs

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

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