diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-27 15:53:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-27 15:53:36 -0400 |
| commit | 134104c495b0a9a8dcf47db73b3c86f912875fab (patch) | |
| tree | 69dd708e526df1600a6e0dd34812455fcab11ce3 | |
| parent | 0dc65a1648f7debb98ca6af7b95657dd0c01a883 (diff) | |
replace sliders
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 1 | ||||
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index 9764fe612..dde1e9104 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -652,6 +652,7 @@ namespace MediaBrowser.WebDashboard.Api { "site.css", "chromecast.css", + "nowplayingbar.css", "mediaplayer.css", "mediaplayer-video.css", "librarymenu.css", diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 199f3578a..c217bb57b 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -142,6 +142,9 @@ <Content Include="dashboard-ui\css\images\tour\web\tourmysync.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\nowplayingbar.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\actionsheet.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
