0.1.68 upd
This commit is contained in:
parent
9a6dfa7ae6
commit
cf9c9ffc7d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "itunesdb"
|
||||
version = "0.1.67"
|
||||
version = "0.1.68"
|
||||
edition = "2021"
|
||||
authors = ["alterwain"]
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user