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