From 0b5fab3fea58d35ad74ced3b3adbf82aacd021f3 Mon Sep 17 00:00:00 2001 From: Anirudh Konidala Date: Tue, 10 Dec 2024 15:38:36 -0600 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- src/song.rs | 10 ---------- 2 files changed, 4 insertions(+), 14 deletions(-) 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();