mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
core API: SessionData
This commit is contained in:
parent
13241496ab
commit
0fd398e34d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use audio_key::AudioKeyManager;
|
||||||
use channel::ChannelManager;
|
use channel::ChannelManager;
|
||||||
use mercury::MercuryManager;
|
use mercury::MercuryManager;
|
||||||
|
|
||||||
pub struct SessionData {
|
struct SessionData {
|
||||||
country: String,
|
country: String,
|
||||||
canonical_username: String,
|
canonical_username: String,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue