1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Upgrade dependencies

This commit is contained in:
George Hahn 2019-07-08 03:08:32 -05:00
parent 4e3576ba7c
commit 6e280b3c88
13 changed files with 673 additions and 510 deletions

View file

@ -61,7 +61,7 @@ impl AudioFileOpenStreaming {
});
let mut write_file = NamedTempFile::new().unwrap();
write_file.set_len(size as u64).unwrap();
write_file.as_file().set_len(size as u64).unwrap();
write_file.seek(SeekFrom::Start(0)).unwrap();
let read_file = write_file.reopen().unwrap();