mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
fix formatting
This commit is contained in:
parent
ff4545dadf
commit
51eb100e77
2 changed files with 3 additions and 4 deletions
|
@ -134,9 +134,7 @@ impl ResolveContext {
|
||||||
|
|
||||||
/// the actual context uri
|
/// the actual context uri
|
||||||
pub fn context_uri(&self) -> &str {
|
pub fn context_uri(&self) -> &str {
|
||||||
self.context
|
self.context.uri.as_deref().unwrap_or_default()
|
||||||
.uri.as_deref()
|
|
||||||
.unwrap_or_default()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn autoplay(&self) -> bool {
|
pub fn autoplay(&self) -> bool {
|
||||||
|
|
|
@ -29,7 +29,8 @@ pub const SPOTIFY_PROPERTY_SET_ID: &str = "b4c7e4b5835079ed94391b2e65fca0fdba65e
|
||||||
pub const SPOTIFY_MOBILE_VERSION: &str = "8.9.82.620";
|
pub const SPOTIFY_MOBILE_VERSION: &str = "8.9.82.620";
|
||||||
|
|
||||||
/// `property_set_id` related to mobile version 8.9.82.620
|
/// `property_set_id` related to mobile version 8.9.82.620
|
||||||
pub const SPOTIFY_MOBILE_PROPERTY_SET_ID: &str = "5ec87c2cc32e7c509703582cfaaa3c7ad253129d5701127c1f5eab5c9531736c";
|
pub const SPOTIFY_MOBILE_PROPERTY_SET_ID: &str =
|
||||||
|
"5ec87c2cc32e7c509703582cfaaa3c7ad253129d5701127c1f5eab5c9531736c";
|
||||||
|
|
||||||
/// The general spirc version
|
/// The general spirc version
|
||||||
pub const SPOTIFY_SPIRC_VERSION: &str = "3.2.6";
|
pub const SPOTIFY_SPIRC_VERSION: &str = "3.2.6";
|
||||||
|
|
Loading…
Reference in a new issue