mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-01 22:52:36 +01:00
9 lines
130 B
C#
9 lines
130 B
C#
using ProtoBuf;
|
|
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
[ProtoContract]
|
|
public class EmptyRequestResult
|
|
{
|
|
}
|
|
}
|