aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/RequestResult.cs
blob: 88bd6e2ecd729d4e23f765a3063786793e2a98e6 (plain)
1
2
3
4
5
6
7
8
9
using ProtoBuf;

namespace MediaBrowser.Model.Entities
{
    [ProtoContract]
    public class EmptyRequestResult
    {
    }
}