Fix duplicate track with new playlist so only one playlist is created
Instead of 2 empty playlists, thanks to elgoun for the patch Resolves: #7141
This commit is contained in:
parent
1d7d9beef7
commit
f50ab8ccec
@ -3333,7 +3333,6 @@ Session::new_route_from_template (uint32_t how_many, PresentationInfo::order_t i
|
||||
if ((track = boost::dynamic_pointer_cast<Track> (route))) {
|
||||
switch (pd) {
|
||||
case NewPlaylist:
|
||||
track->use_new_playlist ();
|
||||
break;
|
||||
case CopyPlaylist:
|
||||
track->use_copy_playlist ();
|
||||
|
Loading…
Reference in New Issue
Block a user