0.1.68 upd

This commit is contained in:
Michael Wain 2025-02-21 01:37:36 +03:00
parent 9a6dfa7ae6
commit cf9c9ffc7d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "itunesdb"
version = "0.1.67"
version = "0.1.68"
edition = "2021"
authors = ["alterwain"]

View File

@ -340,7 +340,7 @@ impl XDatabase {
let gr = pl_item.group_id.to_le_bytes();
let raw: Vec<u8> = vec![ 109,104,111,100,24,0,0,0,44,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,gr[0],gr[1],gr[2],gr[3],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ];
pl_item.data_object_child_count = 1;
playlist.elems.push((pl_item, vec![RawArgument(raw)]));
playlist.elems.push((pl_item, vec![XPlArgument::RawArgument(raw)]));
rebuild_quick_sort(playlist);
}