aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-03 15:53:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-03 15:53:34 -0400
commitee0f95b56fd1fea8b8948223f85e791fb1b9d993 (patch)
treead1f329ebaf815e48f80177121b3d93d38d5cdeb
parenteb577fd11deb41a226f9050229858a7a77bd9af8 (diff)
added videojsextensions.js
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs2
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj3
2 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs
index 3aab9c1c8..68268ccce 100644
--- a/MediaBrowser.WebDashboard/Api/DashboardService.cs
+++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs
@@ -454,7 +454,9 @@ namespace MediaBrowser.WebDashboard.Api
{
"extensions.js",
"site.js",
+ "videojsextensions.js",
"librarybrowser.js",
+
"aboutpage.js",
"addpluginpage.js",
"advancedconfigurationpage.js",
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
index d3c522fbf..072f04012 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -233,6 +233,9 @@
<Content Include="dashboard-ui\scripts\tvshows.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\scripts\videojsextensions.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\thirdparty\jplayer\jplayer.playlist.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>