mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size.
This commit is contained in:
parent
f32f000298
commit
7835d690a1
@@ -24,7 +24,7 @@ namespace MediaBrowser.Model.DTO
|
||||
public class BaseItemPerson
|
||||
{
|
||||
public PersonInfo PersonInfo { get; set; }
|
||||
public string PrimaryImagePath { get; set; }
|
||||
public bool HasImage { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -33,6 +33,6 @@ namespace MediaBrowser.Model.DTO
|
||||
public class BaseItemStudio
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string PrimaryImagePath { get; set; }
|
||||
public bool HasImage { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user