mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Remove nullable from MaxActiveSessions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user