13
0

prefer lowercase and no spaces, since this will appear in the filename.

This commit is contained in:
Ben Loftis 2019-07-31 11:14:38 -05:00
parent 3a2e06f36b
commit 4e87751ab8

View File

@ -6182,7 +6182,7 @@ Session::write_one_track (Track& track, samplepos_t start, samplepos_t end,
goto out;
}
legal_playlist_name = "(BOUNCE) " + legalize_for_path (playlist->name());
legal_playlist_name = "(bounce)" + legalize_for_path (playlist->name());
for (uint32_t chan_n = 0; chan_n < diskstream_channels.n(data_type); ++chan_n) {