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