jellyfin/MediaBrowser.Model/Dlna/DeviceProfileType.cs

9 lines
124 B
C#
Raw Normal View History

2018-12-28 00:27:57 +01:00
namespace MediaBrowser.Model.Dlna
{
public enum DeviceProfileType
{
System = 0,
User = 1
}
}