Tim Eisele пре 6 дана
родитељ
комит
b73ea1b99d
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      Emby.Server.Implementations/Library/LibraryManager.cs

+ 6 - 0
Emby.Server.Implementations/Library/LibraryManager.cs

@@ -2032,6 +2032,12 @@ namespace Emby.Server.Implementations.Library
                     }
                 }
 
+                if (!File.Exists(image.Path))
+                {
+                    _logger.LogWarning("Image not found at {ImagePath}", image.Path);
+                    continue;
+                }
+
                 ImageDimensions size;
                 try
                 {