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