mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Sound.Channels as a number
This commit is contained in:
@@ -1644,7 +1644,7 @@ namespace SabreTools.Library.DatFiles
|
||||
var sound = datItem as Sound;
|
||||
xtw.WriteStartElement("file");
|
||||
xtw.WriteAttributeString("type", "sound");
|
||||
xtw.WriteOptionalAttributeString("channels", sound.Channels);
|
||||
xtw.WriteOptionalAttributeString("channels", sound.Channels?.ToString());
|
||||
xtw.WriteEndElement();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user