aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/DeviceProfileType.cs
blob: 2449fa434a8bffd8c24f126cfbda7a55058d5fbb (plain)
1
2
3
4
5
6
7
8
namespace MediaBrowser.Model.Dlna
{
    public enum DeviceProfileType
    {
        System = 0,
        User = 1
    }
}