diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-21 14:29:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-21 14:29:03 -0400 |
| commit | 59d8225f4599df86ff0e7354165fd2a12cd15205 (patch) | |
| tree | 295581fedba3336fe07a2b6dec283659f577b6bb /Emby.Server.Implementations | |
| parent | 16423b761cd67a223c9c68edb6b8fc178283eedb (diff) | |
| parent | 295c01a62ff1e8c9bb7e46e81df5d6d8007558b2 (diff) | |
Merge pull request #2720 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/Photos/PhotoAlbumImageProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Photos/PhotoAlbumImageProvider.cs b/Emby.Server.Implementations/Photos/PhotoAlbumImageProvider.cs index 0744fc0d9..17f9b491d 100644 --- a/Emby.Server.Implementations/Photos/PhotoAlbumImageProvider.cs +++ b/Emby.Server.Implementations/Photos/PhotoAlbumImageProvider.cs @@ -26,7 +26,7 @@ namespace Emby.Server.Implementations.Photos return items; } - protected string CreateImage(IHasImages item, List<BaseItem> itemsWithImages, string outputPathWithoutExtension, ImageType imageType, int imageIndex) + protected override string CreateImage(IHasImages item, List<BaseItem> itemsWithImages, string outputPathWithoutExtension, ImageType imageType, int imageIndex) { return CreateSingleImage(itemsWithImages, outputPathWithoutExtension, ImageType.Primary); } |
