aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-01 11:47:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-01 11:47:41 -0400
commit91ce8f443713ed8d9c694ef554e183ac954728b2 (patch)
tree001eaed069af8880d19d0cb5c2020d61e7e6d43e /MediaBrowser.Server.Implementations
parent04041105d836cd37dc091e1fbe6adeae32eca0b9 (diff)
update tabs
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 56ab97dbb..de63fada0 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -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++)