recording tile: Add option to append to playlist

This commit is contained in:
Elias Projahn 2025-03-02 16:00:18 +01:00
parent 13fed08ebf
commit 610a3d8ff9
5 changed files with 32 additions and 7 deletions

View file

@ -280,6 +280,7 @@ impl Player {
if first_index == 0 {
self.set_active(true);
self.set_current_index(0);
self.pause();
}
Ok(first_index)