From 49934311862747e33550ccfebbc9cbbef6a3455d Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 29 Apr 2024 15:00:15 +0530 Subject: add metadata in directory tree --- src/handler.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/handler.rs') 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(); } -- cgit v1.2.3