aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/DlnaProfileType.cs
blob: 6a23bbb04051d81f5338dd5a80b57262e997fe94 (plain)
1
2
3
4
5
6
7
8
9
namespace MediaBrowser.Model.Dlna
{
    public enum DlnaProfileType
    {
        Audio = 0,
        Video = 1,
        Photo = 2
    }
}