mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Convert remaining items, add NameKey
This commit is contained in:
@@ -120,7 +120,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
// Add all SharedFeat objects
|
||||
foreach (var sharedfeat in software.SharedFeat ?? [])
|
||||
{
|
||||
var sharedfeatItem = new SharedFeature();
|
||||
var sharedfeatItem = new SharedFeat();
|
||||
sharedfeatItem.SetName(sharedfeat.Name);
|
||||
sharedfeatItem.SetFieldValue<Source?>(DatItem.SourceKey, new Source { Index = indexId, Name = filename });
|
||||
sharedfeatItem.SetFieldValue<string?>(Models.Metadata.SharedFeat.ValueKey, sharedfeat.Value);
|
||||
|
||||
Reference in New Issue
Block a user