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/MediaBrowser.Model.csproj | |
| parent | 215776dce6c7581555468c9338099e6af83d8f45 (diff) | |
added play to config page
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 10aedb3ba..42ae7c396 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -60,6 +60,7 @@ <Compile Include="ApiClient\ServerEventArgs.cs" /> <Compile Include="Configuration\AutoOrganize.cs" /> <Compile Include="Configuration\BaseApplicationConfiguration.cs" /> + <Compile Include="Configuration\DlnaOptions.cs" /> <Compile Include="Configuration\ManualLoginCategory.cs" /> <Compile Include="Configuration\MetadataPlugin.cs" /> <Compile Include="Configuration\MetadataOptions.cs" /> |
