mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Cleanup authentication logic
This commit is contained in:
parent
c47a1b7ec9
commit
edb8a6a766
5 changed files with 36 additions and 30 deletions
|
@ -122,7 +122,7 @@ impl AudioFile {
|
|||
(index * CHUNK_SIZE / 4) as u32,
|
||||
(CHUNK_SIZE / 4) as u32);
|
||||
|
||||
trace!("Chunk {}", index);
|
||||
debug!("Fetch chunk {} / {}", index + 1, shared.chunk_count);
|
||||
|
||||
write_file.seek(SeekFrom::Start((index * CHUNK_SIZE) as u64)).unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue