10 lines
198 B
C#
10 lines
198 B
C#
|
|
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public class DlnaOptions
|
|
{
|
|
public bool EnablePlayTo { get; set; }
|
|
public bool EnablePlayToDebugLogging { get; set; }
|
|
}
|
|
}
|