mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 00:47:43 +01:00
uncomment existing machinery to deal with playlist modifications
This commit is contained in:
parent
3f243303a6
commit
0aa5abe6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ void
|
|||
DiskReader::playlist_modified ()
|
||||
{
|
||||
if (!i_am_the_modifier && !overwrite_queued) {
|
||||
// !!!! _session.request_overwrite_buffer (this);
|
||||
_session.request_overwrite_buffer (_route);
|
||||
overwrite_queued = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue