Przeglądaj źródła

added tv script file

Luke Pulverenti 12 lat temu
rodzic
commit
d80f62c0da

+ 1 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -479,6 +479,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "pluginupdatespage.js",
                                       "pluginupdatespage.js",
                                       "scheduledtaskpage.js",
                                       "scheduledtaskpage.js",
                                       "scheduledtaskspage.js",
                                       "scheduledtaskspage.js",
+                                      "tvrecommended.js",
                                       "updatepasswordpage.js",
                                       "updatepasswordpage.js",
                                       "userimagepage.js",
                                       "userimagepage.js",
                                       "userprofilespage.js",
                                       "userprofilespage.js",

+ 3 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -218,6 +218,9 @@
     <Content Include="dashboard-ui\itembynamedetails.html">
     <Content Include="dashboard-ui\itembynamedetails.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\scripts\tvrecommended.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\thirdparty\jplayer\jplayer.playlist.min.js">
     <Content Include="dashboard-ui\thirdparty\jplayer\jplayer.playlist.min.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>