diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-11 08:23:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-11 08:23:02 -0400 |
| commit | b88f1a237abe3422d1d0e2ad607a6c2e99ae46a7 (patch) | |
| tree | de178c6bd6f26d63d6096e7fcc9d09095c0e1772 | |
| parent | ad7f0d52a651e51691de1ceab28c70e3e4eedcf9 (diff) | |
fixed missing files
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index e84d7f8f0..aee3d2cdb 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -123,9 +123,8 @@ <Content Include="dashboard-ui\css\images\items\list\video.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\css\images\media\chapters.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
+ <Content Include="dashboard-ui\css\images\media\queue.png" />
+ <Content Include="dashboard-ui\css\images\media\chapter.png" />
<Content Include="dashboard-ui\css\images\media\fullscreen.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
