mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-30 03:13:17 +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
@@ -1,7 +1,7 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public class Studio : BaseItem
|
||||
public class Studio : BaseEntity
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user