Add more passthrough DB methods

This commit is contained in:
Matt Nadareski
2025-01-14 22:34:58 -05:00
parent e7142a31ff
commit a1ad61f6da
4 changed files with 31 additions and 7 deletions

View File

@@ -1577,7 +1577,7 @@ namespace SabreTools.DatFiles
// Now remove the key from the source DAT
if (delete)
addFrom.ItemsDB.RemoveItem(item.Key);
addFrom.RemoveItemDB(item.Key);
#if NET40_OR_GREATER || NETCOREAPP
});