aboutsummaryrefslogtreecommitdiff
path: root/src/handler.rs
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-04-28 20:05:25 +0530
committerkrolxon <krolyxon@tutanota.com>2024-04-28 20:05:25 +0530
commit94e15815005c302546fe7e11fd08078f86c4dc72 (patch)
tree83c1094ae8c4ccca82aa9ce38cab4057985c7827 /src/handler.rs
parentfd371e896096b03bc5efa7dc59963cbba0c334e7 (diff)
remove RSong
Diffstat (limited to 'src/handler.rs')
-rwxr-xr-xsrc/handler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handler.rs b/src/handler.rs
index 8736328..e2b25a1 100755
--- a/src/handler.rs
+++ b/src/handler.rs
@@ -239,7 +239,7 @@ pub fn handle_key_events(key_event: KeyEvent, app: &mut App) -> AppResult<()> {
KeyCode::Right => {
app.conn
- .push_playlist(app.pl_list.list.get(app.pl_list.index).unwrap())?;
+ .load_playlist(app.pl_list.list.get(app.pl_list.index).unwrap())?;
}
// Fast forward