mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Upgraded Protobuf, and added api support for it
This commit is contained in:
parent
de74609784
commit
cb7f04e4d3
@@ -12,7 +12,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
/// <summary>
|
||||
/// Gets a single Person
|
||||
/// </summary>
|
||||
public class PersonHandler : BaseSerializationHandler<IBNItem>
|
||||
public class PersonHandler : BaseJsonHandler<IBNItem>
|
||||
{
|
||||
protected override Task<IBNItem> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user