Fixed a bug in RDCut::copyTo() where the segue gain was not copied.

This commit is contained in:
Patrick Linstruth
2019-01-30 17:47:42 -08:00
parent efa4999fa2
commit 75bab16887
3 changed files with 16 additions and 8 deletions

View File

@@ -18436,3 +18436,6 @@
* Fixed a bug in the 'EditCut' web API call that caused attempts
to clear the 'START_DAYPART' and 'END_DAYPART' fields to return
an error.
2019-01-30 Patrick Linstruth <patrick@deltecent.com>
* Fixed a bug in RDCut::copyTo() where the segue gain was not
copied.