mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Upgraded Protobuf, and added api support for it
This commit is contained in:
parent
de74609784
commit
cb7f04e4d3
@@ -9,7 +9,7 @@ using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Api.HttpHandlers
|
||||
{
|
||||
public class GenresHandler : BaseSerializationHandler<IEnumerable<IBNItem>>
|
||||
public class GenresHandler : BaseJsonHandler<IEnumerable<IBNItem>>
|
||||
{
|
||||
protected override Task<IEnumerable<IBNItem>> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user