Skip to content

Commit

Permalink
Fix doc error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsayleung committed Aug 3, 2024
1 parent 7836a69 commit 41c2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspotify-model/src/track.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct FullTrack {
}

/// Track link object
/// https://developer.spotify.com/documentation/web-api/concepts/track-relinking
/// [track-relinking](https://developer.spotify.com/documentation/web-api/concepts/track-relinking)
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
pub struct TrackLink {
pub external_urls: HashMap<String, String>,
Expand Down

0 comments on commit 41c2127

Please sign in to comment.