Selaa lähdekoodia

added base playlist support functions

Techywarrior 12 vuotta sitten
vanhempi
sitoutus
a771a812da

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

@@ -517,7 +517,8 @@ namespace MediaBrowser.WebDashboard.Api
                                       "wizardstartpage.js",
                                       "wizardstartpage.js",
                                       "wizarduserpage.js",
                                       "wizarduserpage.js",
                                       "supporterkeypage.js",
                                       "supporterkeypage.js",
-                                      "supporterpage.js"
+                                      "supporterpage.js",
+                                      "playlist.js"
                                   };
                                   };
 
 
             var memoryStream = new MemoryStream();
             var memoryStream = new MemoryStream();

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

@@ -213,6 +213,9 @@
     <Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
     <Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\scripts\playlist.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\librarybrowser.js">
     <Content Include="dashboard-ui\scripts\librarybrowser.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>