diff --git a/README.md b/README.md index a914bb5..6ff7e90 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ Those who wish to build the `spotify-cli` tool from source can follow the instru wget https://github.com/kidskoding/spotify-cli/releases/download/v0.1.2-alpha/spotify-cli.tar tar -xvf spotify-cli.tar ``` - + 2. Move the executable to an executable binary path - ```sh - sudo mv ./spotify /usr/local/bin/spotify - ``` + ```sh + sudo mv ./spotify /usr/local/bin/spotify + ``` ## License diff --git a/src/song.rs b/src/song.rs index 38c75ae..039d06b 100644 --- a/src/song.rs +++ b/src/song.rs @@ -15,16 +15,6 @@ impl Song { } } - //pub fn get_name(&self) -> &String { - // &self.name - //} - //pub fn get_artists(&self) -> &Vec { - // &self.artists - //} - //pub fn get_album(&self) -> &SimplifiedAlbum { - // &self.album - //} - pub fn to_string(&self) -> String { let mut result: String = String::new();