mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
Added User authentication
This commit is contained in:
parent
a529f07869
commit
3538789e46
@@ -3,6 +3,8 @@ namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public class User : BaseEntity
|
||||
{
|
||||
public string Password { get; set; }
|
||||
|
||||
public string MaxParentalRating { get; set; }
|
||||
|
||||
public int RecentItemDays { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user