aboutsummaryrefslogtreecommitdiff
path: root/src/handler.rs
diff options
context:
space:
mode:
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