Luke Pulverenti преди 9 години
родител
ревизия
76875e17ee
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 0 2
      MediaBrowser.WebDashboard/Api/PackageCreator.cs
  2. 3 0
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 0 - 2
MediaBrowser.WebDashboard/Api/PackageCreator.cs

@@ -606,7 +606,6 @@ namespace MediaBrowser.WebDashboard.Api
                                 "appsettings.js",
                                 "mediaplayer.js",
                                 "mediaplayer-video.js",
-                                "nowplayingbar.js",
                                 "alphapicker.js",
                                 "directorybrowser.js",
                                 "collectioneditor.js",
@@ -656,7 +655,6 @@ namespace MediaBrowser.WebDashboard.Api
                                       "thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css",
                                       "css/site.css",
                                       "css/chromecast.css",
-                                      "css/nowplayingbar.css",
                                       "css/mediaplayer.css",
                                       "css/mediaplayer-video.css",
                                       "css/librarymenu.css",

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

@@ -252,6 +252,9 @@
     <Content Include="dashboard-ui\components\imageeditor\imageeditor.template.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
+    <Content Include="dashboard-ui\favorites.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\livetvguideprovider.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>