added play to config page

This commit is contained in:
Luke Pulverenti
2014-03-10 13:38:53 -04:00
parent 215776dce6
commit 38e5e32b42
10 changed files with 113 additions and 14 deletions

View File

@@ -0,0 +1,8 @@

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