mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-09 22:22:24 +00:00
break from chapter extraction once one fails
This commit is contained in:
@@ -717,6 +717,10 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
chapter.ImagePath = path;
|
||||
changesMade = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (!string.Equals(path, chapter.ImagePath, StringComparison.OrdinalIgnoreCase))
|
||||
|
||||
Reference in New Issue
Block a user