mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
Skip removed images (#14823)
This commit is contained in:
@@ -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;
|
ImageDimensions size;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user