update tabs

This commit is contained in:
Luke Pulverenti 2015-07-01 11:47:41 -04:00
parent 04041105d8
commit 91ce8f4437
2 changed files with 1 additions and 10 deletions

View file

@ -684,7 +684,7 @@ namespace MediaBrowser.Server.Implementations.Dto
}
}).Where(i => i != null)
.DistinctBy(i => i.Name)
.DistinctBy(i => i.Name, StringComparer.OrdinalIgnoreCase)
.ToDictionary(i => i.Name, StringComparer.OrdinalIgnoreCase);
for (var i = 0; i < people.Count; i++)

View file

@ -160,15 +160,6 @@
<Content Include="dashboard-ui\css\nowplayingbar.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\homefavorites.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\homenextup.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\homeupcoming.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="dashboard-ui\livetvchannels.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>