mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
recording tile: Add option to append to playlist
This commit is contained in:
parent
13fed08ebf
commit
610a3d8ff9
5 changed files with 32 additions and 7 deletions
|
|
@ -280,6 +280,7 @@ impl Player {
|
|||
if first_index == 0 {
|
||||
self.set_active(true);
|
||||
self.set_current_index(0);
|
||||
self.pause();
|
||||
}
|
||||
|
||||
Ok(first_index)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue