mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-05 02:39:53 +02:00
Fixed nightly conflict with
This commit is contained in:
parent
7cb551d66d
commit
c19375c5ca
12 changed files with 32 additions and 32 deletions
|
@ -9,9 +9,9 @@ use std::io::{self, Read, Seek, SeekFrom, Write};
|
|||
use std::sync::{Arc, Condvar, Mutex};
|
||||
use tempfile::NamedTempFile;
|
||||
|
||||
use core::channel::{Channel, ChannelData, ChannelError, ChannelHeaders};
|
||||
use core::session::Session;
|
||||
use core::spotify_id::FileId;
|
||||
use librespot_core::channel::{Channel, ChannelData, ChannelError, ChannelHeaders};
|
||||
use librespot_core::session::Session;
|
||||
use librespot_core::spotify_id::FileId;
|
||||
|
||||
const CHUNK_SIZE: usize = 0x20000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue