mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename CopyToStream to GetEntryStream
This commit is contained in:
@@ -746,7 +746,7 @@ namespace SabreTools.DatTools
|
||||
if (archive != null)
|
||||
{
|
||||
ItemType itemType = datItem.GetStringFieldValue(Models.Metadata.DatItem.TypeKey).AsEnumValue<ItemType>();
|
||||
(stream, _) = archive.CopyToStream(datItem.GetName() ?? itemType.AsStringValue() ?? string.Empty);
|
||||
(stream, _) = archive.GetEntryStream(datItem.GetName() ?? itemType.AsStringValue() ?? string.Empty);
|
||||
}
|
||||
}
|
||||
// Otherwise, just open the filestream
|
||||
|
||||
Reference in New Issue
Block a user