when duplicating tracks and copying playlists, use a new name for the copied playlist
This commit is contained in:
parent
fa642e0e9d
commit
174d5e05c9
@ -3243,10 +3243,10 @@ Session::new_route_from_template (uint32_t how_many, PresentationInfo::order_t i
|
||||
bool rename_playlist;
|
||||
switch (pd) {
|
||||
case NewPlaylist:
|
||||
case CopyPlaylist:
|
||||
rename_playlist = true;
|
||||
break;
|
||||
default:
|
||||
case CopyPlaylist:
|
||||
case SharePlaylist:
|
||||
rename_playlist = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user