mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
break from chapter extraction once one fails
This commit is contained in:
parent
3a90b960a5
commit
d14c3b31ff
1 changed files with 4 additions and 0 deletions
|
|
@ -717,6 +717,10 @@ namespace MediaBrowser.Controller.MediaInfo
|
|||
chapter.ImagePath = path;
|
||||
changesMade = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (!string.Equals(path, chapter.ImagePath, StringComparison.OrdinalIgnoreCase))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue