aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-13 11:48:37 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-01-13 11:48:37 -0500
commitc822bfc0cd9a9450a5356b8848b72289d0a4bc60 (patch)
treedede446fd54e79be8133aea853f136499d43571f
parent8c0e81efd99a350231f3daa68f1e1d6a98e2b772 (diff)
center poster text
-rw-r--r--MediaBrowser.WebDashboard/Api/DashboardService.cs2
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.WebDashboard/Api/DashboardService.cs b/MediaBrowser.WebDashboard/Api/DashboardService.cs
index 1a8871c28..93bf768e6 100644
--- a/MediaBrowser.WebDashboard/Api/DashboardService.cs
+++ b/MediaBrowser.WebDashboard/Api/DashboardService.cs
@@ -474,7 +474,6 @@ namespace MediaBrowser.WebDashboard.Api
"advancedconfigurationpage.js",
"advancedserversettings.js",
"metadataadvanced.js",
- "boxsets.js",
"appsplayback.js",
"appsweather.js",
"dashboardpage.js",
@@ -515,6 +514,7 @@ namespace MediaBrowser.WebDashboard.Api
"metadataconfigurationpage.js",
"metadataimagespage.js",
"moviegenres.js",
+ "moviecollections.js",
"movies.js",
"moviepeople.js",
"moviesrecommended.js",
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
index 8379503d4..78164a5af 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -1234,7 +1234,7 @@
<Content Include="dashboard-ui\playlist.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\boxsets.js">
+ <Content Include="dashboard-ui\scripts\moviecollections.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\scripts\gamegenrepage.js">