diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-15 23:04:59 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-15 23:04:59 -0400 |
| commit | 67501d021e7018ba42f514ad04209691536564fb (patch) | |
| tree | 3a61f36d459b0be6b4213bc3791b9155df78a328 /MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | |
| parent | 28bb5c7903425b4dcedcc299609702c534647089 (diff) | |
update to nlog 2.1.0
Diffstat (limited to 'MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs index 600d80cb5..a3d470689 100644 --- a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs +++ b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs @@ -237,7 +237,6 @@ namespace MediaBrowser.ServerApplication { previews.Add(new PreviewItem(item.GetImage(ImageType.Thumb), "Thumb")); } - if (item.BackdropImagePaths != null) previews.AddRange( item.BackdropImagePaths.Select( image => new PreviewItem(image, "Backdrop"))); |
