mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
Remove constructor side effects and remove unneeded parameterless constructors
This commit is contained in:
@@ -77,14 +77,6 @@ namespace Jellyfin.Data.Entities
|
||||
AddDefaultPreferences();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="User"/> class.
|
||||
/// Default constructor. Protected due to required properties, but present because EF needs it.
|
||||
/// </summary>
|
||||
protected User()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the Id of the user.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user