hardcode and arrow up/down keybindings for list navigation

this is considered default behaviour
This commit is contained in:
Henrik Friedrichsen
2019-03-17 18:00:45 +01:00
parent c0469a3b3d
commit d9eaa507c6
3 changed files with 33 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ impl Playlists {
// force refresh of UI (if visible)
self.ev.send(Event::ScreenChange("playlists".to_owned()));
},
}
Err(e) => {
error!("can't parse playlist cache: {}", e);
}