actions: fix assertion fail at double clear (#4038)
This commit is contained in:
@@ -1707,7 +1707,7 @@ void ClearMainPlaylist::run()
|
|||||||
Statusbar::msg("Deleting items...");
|
Statusbar::msg("Deleting items...");
|
||||||
clearPlaylist(myPlaylist->main(), delete_fun, clear_fun);
|
clearPlaylist(myPlaylist->main(), delete_fun, clear_fun);
|
||||||
Statusbar::msg("Items deleted");
|
Statusbar::msg("Items deleted");
|
||||||
myPlaylist->main().highlight(0);
|
myPlaylist->main().reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user