Driver: Move Bitrate import out of crate root. (#53)
This is a simple organisational change which moves `crate::Bitrate` to `crate::driver::Bitrate` to slightly clean up the crate root. This has been tested using `cargo make ready`.
This commit is contained in:
@@ -27,12 +27,12 @@ use serenity::{
|
||||
};
|
||||
|
||||
use songbird::{
|
||||
driver::Bitrate,
|
||||
input::{
|
||||
self,
|
||||
cached::{Compressed, Memory},
|
||||
Input,
|
||||
},
|
||||
Bitrate,
|
||||
Call,
|
||||
Event,
|
||||
EventContext,
|
||||
|
||||
Reference in New Issue
Block a user