diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-11 23:48:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-11 23:48:57 -0400 |
| commit | 3817ff36b0a29a1a411193c53bb1238d230d9056 (patch) | |
| tree | e3f002c7c3e9489ff42b5423faf689f7c5857e1f | |
| parent | f5261fc4b7b78b5b7bfd9f0e78338f0905eb3bb5 (diff) | |
audio/video player fixes
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 2024b4fa3..10ed2b7f4 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -166,6 +166,9 @@ <Content Include="dashboard-ui\css\images\icons\audiocd.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\images\icons\expand.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\css\images\icons\filter.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
