Skip to content
Prev Previous commit
Next Next commit
help menu instructions
  • Loading branch information
BKitor committed Mar 17, 2020
commit bbff58dc8393367556051650fa929745dafaf2c4
1 change: 1 addition & 0 deletions src/ui/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ pub fn get_help_docs() -> Vec<Vec<&'static str>> {
vec!["Delete saved album", "D", "Library -> Albums"],
vec!["Delete saved playist", "D", "Playlist"],
vec!["Follow an artists/playlist", "w", "Search result"],
vec!["Play random song in playlist", "S", "Selected Playlist"]
]
}