aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-01 11:51:35 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-01 11:51:35 -0400
commit0920c9b3a1f02066573b1fb7c4ba186c0558e5c4 (patch)
tree6a1b3f81a08cbb617ae7b40fc69449ea44116865 /MediaBrowser.Server.Implementations/Library/LibraryManager.cs
parent43bcf7ba1d7a93fb9ad7a839b5a9b415b1a1611f (diff)
next up upgrade fixes
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/LibraryManager.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
index 4c0514035..9d66455e7 100644
--- a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
+++ b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
@@ -526,16 +526,6 @@ namespace MediaBrowser.Server.Implementations.Library
return key.GetMD5();
}
- public IEnumerable<BaseItem> ReplaceVideosWithPrimaryVersions(IEnumerable<BaseItem> items)
- {
- if (items == null)
- {
- throw new ArgumentNullException("items");
- }
-
- return items.DistinctBy(i => i.PresentationUniqueKey, StringComparer.OrdinalIgnoreCase);
- }
-
/// <summary>
/// Ensure supplied item has only one instance throughout
/// </summary>