1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 10:49:40 +02:00

Merge remote-tracking branch 'kaymes/dynamic-blocks' into dynamic-blocks-kdev

This commit is contained in:
Konstantin Seiler 2019-11-08 09:20:31 +11:00
commit cdb31f79e4

View file

@ -63,10 +63,6 @@ impl ChannelManager {
let id: u16 = BigEndian::read_u16(data.split_to(2).as_ref());
trace!("Received data for channel {}: {} bytes.", id, data.len());
self.lock(|inner| {
let current_time = Instant::now();