diff options
Diffstat (limited to 'src/handler.rs')
| -rwxr-xr-x | src/handler.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handler.rs b/src/handler.rs index c9df412..6d8c32c 100755 --- a/src/handler.rs +++ b/src/handler.rs @@ -62,6 +62,7 @@ pub fn handle_key_events(key_event: KeyEvent, app: &mut App) -> AppResult<()> { } } } + } match key_event.code { @@ -199,6 +200,7 @@ pub fn handle_key_events(key_event: KeyEvent, app: &mut App) -> AppResult<()> { app.conn .load_playlist(app.pl_list.list.get(app.pl_list.index).unwrap())?; } + } app.conn.update_status(); } |
