Browse Source

Clean up missing image references (#14962)

theguymadmax 5 days ago
parent
commit
2b45a984dd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Emby.Server.Implementations/Library/LibraryManager.cs

+ 2 - 0
Emby.Server.Implementations/Library/LibraryManager.cs

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