13
0

fix timeline type issues

This commit is contained in:
Paul Davis 2021-07-03 18:57:58 -06:00
parent 0e264ad2db
commit 029fb065b7

View File

@ -1253,7 +1253,7 @@ Playlist::copy (timepos_t const & start, timecnt_t const & cnt, bool result_is_h
// cnt = min (_get_extent().second - start, cnt); (We need the full range length when copy/pasting in Ripple. Why was this limit here? It's not in CUT... )
return PlaylistFactory::create (shared_from_this (), start, cnt, new_name, result_is_hidden);
return PlaylistFactory::create (shared_from_this (), start, timepos_t (cnt), new_name, result_is_hidden);
}
int