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
@@ -12,7 +12,7 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
/// <summary>
|
||||
/// Gets a single year
|
||||
/// </summary>
|
||||
public class YearHandler : BaseSerializationHandler<IBNItem>
|
||||
public class YearHandler : BaseJsonHandler<IBNItem>
|
||||
{
|
||||
protected override Task<IBNItem> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user