mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge remote-tracking branch 'kaymes/dynamic-blocks' into dynamic-blocks-kdev
This commit is contained in:
commit
cdb31f79e4
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ impl ChannelManager {
|
||||||
|
|
||||||
let id: u16 = BigEndian::read_u16(data.split_to(2).as_ref());
|
let id: u16 = BigEndian::read_u16(data.split_to(2).as_ref());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
trace!("Received data for channel {}: {} bytes.", id, data.len());
|
|
||||||
|
|
||||||
self.lock(|inner| {
|
self.lock(|inner| {
|
||||||
|
|
||||||
let current_time = Instant::now();
|
let current_time = Instant::now();
|
||||||
|
|
Loading…
Reference in a new issue