aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Data/Entities/User.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/User.cs b/Jellyfin.Data/Entities/User.cs
index daa4de0b5..6d4681914 100644
--- a/Jellyfin.Data/Entities/User.cs
+++ b/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.