diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-02 17:51:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-02 17:51:33 -0400 |
| commit | 2faa664ae985a7c89cbadbc336e78b5b71fed872 (patch) | |
| tree | 94741cd357268b4830ee8f6cd7d22df7dc4ad30e /MediaBrowser.Server.Implementations/Library/LibraryManager.cs | |
| parent | c0f43d9abc199c7a9290a1f762801976c9efa71e (diff) | |
| parent | 7394ac06052705be29d405eb53a66c46e0a7975a (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/Emby
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/LibraryManager.cs | 10 |
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> |
