mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-24 15:54:57 +00:00
Migrate to Serialization package
This commit is contained in:
@@ -270,7 +270,7 @@ namespace BinaryObjectScanner.Wrappers
|
||||
if (data == null || data.Length == 0 || !data.CanSeek || !data.CanRead)
|
||||
return null;
|
||||
|
||||
var audioFile = Builders.PlayJ.ParseAudioFile(data);
|
||||
var audioFile = new SabreTools.Serialization.Streams.PlayJAudio().Deserialize(data);
|
||||
if (audioFile == null)
|
||||
return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user