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;
|
bool rename_playlist;
|
||||||
switch (pd) {
|
switch (pd) {
|
||||||
case NewPlaylist:
|
case NewPlaylist:
|
||||||
|
case CopyPlaylist:
|
||||||
rename_playlist = true;
|
rename_playlist = true;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
case CopyPlaylist:
|
|
||||||
case SharePlaylist:
|
case SharePlaylist:
|
||||||
rename_playlist = false;
|
rename_playlist = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user