jellyfin/MediaBrowser.Model/Configuration/DlnaOptions.cs
2014-03-14 13:09:22 -04:00

10 lines
198 B
C#

namespace MediaBrowser.Model.Configuration
{
public class DlnaOptions
{
public bool EnablePlayTo { get; set; }
public bool EnablePlayToDebugLogging { get; set; }
}
}