2
0
Эх сурвалжийг харах

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

Luke Pulverenti 11 жил өмнө
parent
commit
83042f0d13

+ 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))
             {