mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fix chapter image extraction
This commit is contained in:
@@ -151,8 +151,9 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
||||
chapter.ImagePath = path;
|
||||
changesMade = true;
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.ErrorException("Error extraching chapter images for {0}", ex, string.Join(",", inputPath));
|
||||
success = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user