diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-28 21:45:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-28 21:45:39 -0400 |
| commit | 2225ff4e6b9b6bd4defc1f9e9ace4ac99651d250 (patch) | |
| tree | bca3d29051dac79c52f3c1f8a7c8692f03349ab9 /MediaBrowser.WebDashboard | |
| parent | ed0b7a09a217ce804d635bc9eb6d358ceca17cb3 (diff) | |
add remote control script file
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/DashboardService.cs | 2 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs index 7061f8c7fb..6e6bb4cd0e 100644 --- a/MediaBrowser.WebDashboard/Api/DashboardService.cs +++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs @@ -454,6 +454,7 @@ namespace MediaBrowser.WebDashboard.Api "librarybrowser.js", "aboutpage.js", + "alphapicker.js", "addpluginpage.js", "advancedconfigurationpage.js", "advancedmetadataconfigurationpage.js", @@ -494,6 +495,7 @@ namespace MediaBrowser.WebDashboard.Api "plugincatalogpage.js", "pluginspage.js", "pluginupdatespage.js", + "remotecontrol.js", "scheduledtaskpage.js", "scheduledtaskspage.js", "search.js", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index f625a8cfdd..43ccf3926b 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -327,6 +327,9 @@ <Content Include="dashboard-ui\musicvideos.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\scripts\alphapicker.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\edititemimages.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -342,6 +345,9 @@ <Content Include="dashboard-ui\scripts\musicvideos.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\scripts\remotecontrol.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\search.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
