Clean up missing image references (#14962)

This commit is contained in:
theguymadmax 2025-10-08 10:23:12 -04:00 committed by GitHub
parent 739642b330
commit 2b45a984dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2129,6 +2129,8 @@ namespace Emby.Server.Implementations.Library
}
}
item.ValidateImages();
_itemRepository.SaveImages(item);
RegisterItem(item);