aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-03-20 01:34:54 -0700
committerTim Hobbs <jesus.tesh@gmail.com>2014-03-20 01:34:54 -0700
commit97c38fbe8228cb2b1dff27aa2e0d8d48464801cb (patch)
tree9bb0c0a335f1afbb5b1c68296b9ab71387bbf5cf
parentf474a597f951f0491058308b0e0306a09a10f732 (diff)
Media player updates
* Separate code for video player * Audio player code reverted to pre-video player updates
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs1
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj3
2 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs
index 5f28c14ec..88f86632b 100644
--- a/MediaBrowser.WebDashboard/Api/DashboardService.cs
+++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs
@@ -613,6 +613,7 @@ namespace MediaBrowser.WebDashboard.Api
"chromecast.css",
"contextmenu.css",
"mediaplayer.css",
+ "mediaplayer-video.css",
"librarybrowser.css",
"detailtable.css",
"posteritem.css",
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
index 92a360117..af4944545 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -210,6 +210,9 @@
<Content Include="dashboard-ui\css\livetv.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\mediaplayer-video.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\css\mediaplayer.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>