Explorar o código

Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser

Luke Pulverenti %!s(int64=11) %!d(string=hai) anos
pai
achega
83042f0d13
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      MediaBrowser.Providers/Photos/PhotoProvider.cs

+ 1 - 0
MediaBrowser.Providers/Photos/PhotoProvider.cs

@@ -25,6 +25,7 @@ namespace MediaBrowser.Providers.Photos
         public Task<ItemUpdateType> FetchAsync(Photo item, IDirectoryService directoryService, CancellationToken cancellationToken)
         {
             item.SetImagePath(ImageType.Primary, item.Path);
+            item.SetImagePath(ImageType.Backdrop, item.Path);
 
             if (item.Path.EndsWith(".jpg", StringComparison.OrdinalIgnoreCase) || item.Path.EndsWith(".jpeg", StringComparison.OrdinalIgnoreCase))
             {