mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
core API: Session.config()
This commit is contained in:
parent
a8bb696be8
commit
72cef9a10c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ impl Session {
|
||||||
self.0.cache.as_ref()
|
self.0.cache.as_ref()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn config(&self) -> &SessionConfig {
|
fn config(&self) -> &SessionConfig {
|
||||||
&self.0.config
|
&self.0.config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue