Remove nullable from MaxActiveSessions

This commit is contained in:
Joshua M. Boniface 2020-10-04 13:25:07 -04:00
parent 2577595bac
commit a9e5f6e770
1 changed files with 1 additions and 1 deletions

View File

@ -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.