瀏覽代碼

added videojsextensions.js

Luke Pulverenti 12 年之前
父節點
當前提交
ee0f95b56f

+ 2 - 0
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",

+ 3 - 0
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>