Fix playlist share url generation
This commit is contained in:
@@ -169,7 +169,7 @@ impl ListItem for Playlist {
|
|||||||
|
|
||||||
fn share_url(&self) -> Option<String> {
|
fn share_url(&self) -> Option<String> {
|
||||||
Some(format!(
|
Some(format!(
|
||||||
"https://open.spotify.com/user/{}/{}",
|
"https://open.spotify.com/user/{}/playlist/{}",
|
||||||
self.owner_id, self.id
|
self.owner_id, self.id
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user