mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Added Protobuf to BaseSerializationHandler
This commit is contained in:
parent
97bc7ec378
commit
a0d69b3804
@@ -9,7 +9,7 @@ using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Api.HttpHandlers
|
||||
{
|
||||
public class ItemListHandler : BaseJsonHandler<DTOBaseItem[]>
|
||||
public class ItemListHandler : BaseSerializationHandler<DTOBaseItem[]>
|
||||
{
|
||||
protected override Task<DTOBaseItem[]> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user