diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-04-28 20:05:25 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-04-28 20:05:25 +0530 |
| commit | 94e15815005c302546fe7e11fd08078f86c4dc72 (patch) | |
| tree | 83c1094ae8c4ccca82aa9ce38cab4057985c7827 /src/handler.rs | |
| parent | fd371e896096b03bc5efa7dc59963cbba0c334e7 (diff) | |
remove RSong
Diffstat (limited to 'src/handler.rs')
| -rwxr-xr-x | src/handler.rs | 2 |
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 |
