mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +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 StudiosHandler : BaseJsonHandler<IEnumerable<IBNItem>>
|
||||
public class StudiosHandler : BaseSerializationHandler<IEnumerable<IBNItem>>
|
||||
{
|
||||
protected override Task<IEnumerable<IBNItem>> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user