diff --git a/README.md b/README.md index bb84615..67f3459 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ These controls are accessible from any view: - `-`/`=`: Volume down/volume up - `,`/`.`: Seek -10/+10 seconds - `r`: Add 50 random songs to the queue -- `s`: Start a server library scan +- `c`: Start a server library scan ### Browser Controls diff --git a/gui_handlers.go b/gui_handlers.go index e0294d2..ff03d0e 100644 --- a/gui_handlers.go +++ b/gui_handlers.go @@ -101,7 +101,7 @@ func (ui *Ui) handlePageInput(event *tcell.EventKey) *tcell.EventKey { } ui.queuePage.UpdateQueue() - case 's': + case 'c': if err := ui.connection.StartScan(); err != nil { ui.logger.PrintError("startScan:", err) } diff --git a/help_text.go b/help_text.go index c958127..44880f2 100644 --- a/help_text.go +++ b/help_text.go @@ -10,7 +10,7 @@ P stop -/=(+) volume down/volume up ,/. seek -10/+10 seconds r add 50 random songs to queue -s start server library scan +c start server library sCan ` const helpPageBrowser = `