mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix some over-accessible fields
This commit is contained in:
@@ -24,7 +24,7 @@ namespace SabreTools.DatFiles
|
||||
return;
|
||||
|
||||
// Create an internal source and add to the dictionary
|
||||
var source = new DatItems.Source { Index = indexId, Name = filename };
|
||||
var source = new DatItems.Source(indexId, filename);
|
||||
long sourceIndex = ItemsDB.AddSource(source);
|
||||
|
||||
// Get the header from the metadata
|
||||
|
||||
Reference in New Issue
Block a user