diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-16 01:08:14 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-04-16 01:08:14 -0400 |
| commit | cff3df38ee353f49b4be3bb998bd65a119ac58bc (patch) | |
| tree | f7e56eb5a1764ae217a5e4aca9ada6d25ac7aa26 | |
| parent | bfc8facc60f919f8455d4c6c7f48a4eca17f2812 (diff) | |
fixes #1581 - Metadata Manager: Disable display of "MissingTrailer" icon
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 70b19f971..f7b550a13 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -796,9 +796,6 @@ <Content Include="dashboard-ui\css\images\editor\missingprimaryimage.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\css\images\editor\missingtrailer.png">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
<Content Include="dashboard-ui\css\metadataeditor.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
