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 eeb333e91e
commit 28328ea36a

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) {