mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Added Protobuf to BaseSerializationHandler
This commit is contained in:
parent
97bc7ec378
commit
a0d69b3804
@@ -6,7 +6,7 @@ using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Api.HttpHandlers
|
||||
{
|
||||
class UsersHandler : BaseJsonHandler<IEnumerable<User>>
|
||||
class UsersHandler : BaseSerializationHandler<IEnumerable<User>>
|
||||
{
|
||||
protected override Task<IEnumerable<User>> GetObjectToSerialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user