Upgraded Protobuf, and added api support for it
This commit is contained in:
parent
de74609784
commit
cb7f04e4d3
@@ -8,7 +8,7 @@ using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Api.HttpHandlers
|
||||
{
|
||||
public class ItemHandler : BaseSerializationHandler<DTOBaseItem>
|
||||
public class ItemHandler : BaseJsonHandler<DTOBaseItem>
|
||||
{
|
||||
protected override Task<DTOBaseItem> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user