1
0
Fork 0
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:
Paul Lietar 2016-04-24 12:15:53 +01:00
parent c47a1b7ec9
commit edb8a6a766
5 changed files with 36 additions and 30 deletions

View file

@ -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();