diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-10 13:38:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-10 13:38:53 -0400 |
| commit | 38e5e32b42a2eb217457cbd42e8c26b46d401b23 (patch) | |
| tree | 3e2b8ee7c697a21d866a361ee7f226900fdeb604 /MediaBrowser.Model/Configuration/DlnaOptions.cs | |
| parent | 215776dce6c7581555468c9338099e6af83d8f45 (diff) | |
added play to config page
Diffstat (limited to 'MediaBrowser.Model/Configuration/DlnaOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/DlnaOptions.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/DlnaOptions.cs b/MediaBrowser.Model/Configuration/DlnaOptions.cs new file mode 100644 index 000000000..e6c24fdfb --- /dev/null +++ b/MediaBrowser.Model/Configuration/DlnaOptions.cs @@ -0,0 +1,8 @@ + +namespace MediaBrowser.Model.Configuration +{ + public class DlnaOptions + { + public bool EnablePlayTo { get; set; } + } +} |
