Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
photovoltex committed Dec 16, 2024
1 parent ff4545d commit 51eb100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions connect/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ impl ResolveContext {

/// the actual context uri
pub fn context_uri(&self) -> &str {
self.context
.uri.as_deref()
.unwrap_or_default()
self.context.uri.as_deref().unwrap_or_default()
}

pub fn autoplay(&self) -> bool {
Expand Down
3 changes: 2 additions & 1 deletion core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ pub const SPOTIFY_PROPERTY_SET_ID: &str = "b4c7e4b5835079ed94391b2e65fca0fdba65e
pub const SPOTIFY_MOBILE_VERSION: &str = "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
pub const SPOTIFY_SPIRC_VERSION: &str = "3.2.6";
Expand Down

0 comments on commit 51eb100

Please sign in to comment.