|
@@ -344,7 +344,7 @@ namespace Jellyfin.Server.Implementations.Migrations
|
|
|
b.Property<int?>("LoginAttemptsBeforeLockout")
|
|
|
.HasColumnType("INTEGER");
|
|
|
|
|
|
- b.Property<int?>("MaxActiveSessions")
|
|
|
+ b.Property<int>("MaxActiveSessions")
|
|
|
.HasColumnType("INTEGER");
|
|
|
|
|
|
b.Property<int?>("MaxParentalAgeRating")
|