aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-04-28 10:36:49 -0700
committerTechywarrior <techywarrior@gmail.com>2013-04-28 10:36:49 -0700
commit0b87caf1a76b2ad29e0c9bbad16c74c6a4bf00b8 (patch)
treef70672930d8e1ebd003997697083c86d9d8b4623 /MediaBrowser.Server.Implementations/Library/LibraryManager.cs
parentf09902c6a7b279e08eb74adcb654276ad50fb442 (diff)
parentc9117070e3f053e11a59946b3f4db3f880f79bce (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
index 4323c3467..9200a828b 100644
--- a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
+++ b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs
@@ -275,7 +275,7 @@ namespace MediaBrowser.Server.Implementations.Library
var specialFeatures = items.OfType<Movie>().SelectMany(i => i.SpecialFeatures).ToList();
var localTrailers = items.SelectMany(i => i.LocalTrailers).ToList();
var themeSongs = items.SelectMany(i => i.ThemeSongs).ToList();
- var videoBackdrops = items.SelectMany(i => i.ThemeSongs).ToList();
+ var videoBackdrops = items.SelectMany(i => i.VideoBackdrops).ToList();
items.AddRange(specialFeatures);
items.AddRange(localTrailers);