mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
Add nfo thumb tag support
This commit is contained in:
@@ -706,6 +706,12 @@ namespace MediaBrowser.Providers.Manager
|
||||
|
||||
if (localItem.HasMetadata)
|
||||
{
|
||||
foreach (var remoteImage in localItem.RemoteImages)
|
||||
{
|
||||
await ProviderManager.SaveImage(item, remoteImage.url, remoteImage.type, null, cancellationToken).ConfigureAwait(false);
|
||||
refreshResult.UpdateType = refreshResult.UpdateType | ItemUpdateType.ImageUpdate;
|
||||
}
|
||||
|
||||
if (imageService.MergeImages(item, localItem.Images))
|
||||
{
|
||||
refreshResult.UpdateType = refreshResult.UpdateType | ItemUpdateType.ImageUpdate;
|
||||
|
||||
Reference in New Issue
Block a user