Rollback testing changes
This commit is contained in:
parent
8d3a3c6433
commit
6b747e224c
|
@ -1155,13 +1155,6 @@ impl<Config: AppConfigTrait> Library<Config> {
|
||||||
),
|
),
|
||||||
None => (None, None),
|
None => (None, None),
|
||||||
};
|
};
|
||||||
let x = vec![68, 105, 101, 32, 196, 114, 122, 116, 101, 101];
|
|
||||||
//println!("{}", String::from_utf8(x).unwrap());
|
|
||||||
println!(
|
|
||||||
"{}",
|
|
||||||
String::from_utf8(song.artist.clone().unwrap().as_bytes().to_vec()).unwrap()
|
|
||||||
);
|
|
||||||
println!("{:x?}", song.artist.clone().unwrap().as_bytes());
|
|
||||||
tx.execute(
|
tx.execute(
|
||||||
"
|
"
|
||||||
insert into song (
|
insert into song (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user