aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-11 01:44:00 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-11 01:44:00 -0400
commit4b42e2931639e3580aee21f354259b3906742fff (patch)
tree22aaa3aa134316964ace2024506b4a190134711d
parentef2facad52f5d5bd52cb646c39e7e2f910df6e5c (diff)
add playlist file to project
-rw-r--r--MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
index 6f8beab7d..e84d7f8f0 100644
--- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
+++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj
@@ -204,6 +204,9 @@
<Content Include="dashboard-ui\musicrecommended.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\playlist.html">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\boxset.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>