13
0

fix old write source names being used after a track is renamed

This commit is contained in:
Paul Davis 2020-02-19 11:22:00 -07:00
parent 95773f6bb7
commit 8d557dd56a

View File

@ -109,12 +109,13 @@ DiskWriter::add_channel_to (boost::shared_ptr<ChannelList> c, uint32_t how_many)
return 0;
}
bool
DiskWriter::set_write_source_name (string const & str)
{
_write_source_name = str;
reset_write_sources (false);
return true;
}