mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 03:18:27 +01:00
convert artist providers
This commit is contained in:
@@ -126,7 +126,7 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
{
|
||||
if (!IsEligibleForChapterImageExtraction(video))
|
||||
{
|
||||
return true;
|
||||
extractImages = false;
|
||||
}
|
||||
|
||||
var success = true;
|
||||
@@ -187,6 +187,11 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if (!string.IsNullOrEmpty(chapter.ImagePath))
|
||||
{
|
||||
chapter.ImagePath = null;
|
||||
changesMade = true;
|
||||
}
|
||||
}
|
||||
else if (!string.Equals(path, chapter.ImagePath, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user