mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem
This commit is contained in:
parent
16593b3350
commit
31afb168f8
@@ -4,7 +4,7 @@ using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Model.Users
|
||||
{
|
||||
public class User : BaseItem
|
||||
public class User : BaseEntity
|
||||
{
|
||||
public string MaxParentalRating { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user