diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-05 00:20:41 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-05 00:20:41 -0400 |
| commit | be710018c5718c6b16022bb6b29b1e3f8b350b62 (patch) | |
| tree | 2de52dea78dc4da22442a46efcb5cd41f0d97f75 | |
| parent | cf30e6f0c13956d1fc48281632d1f6ef797fee04 (diff) | |
fix selected tab and show Series
| -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 c2fcdc8f6..12ed0f7c7 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -129,6 +129,9 @@ <Content Include="dashboard-ui\css\images\media\fullscreen.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\images\media\language.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\css\images\media\quality.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
