* VRFS-3577 - hide open media controls while JamTrack mixdown is downloading
This commit is contained in:
parent
c379c6dc44
commit
6c5c4731ed
|
|
@ -228,7 +228,7 @@ ChannelGroupIds = context.JK.ChannelGroupIds
|
|||
|
||||
contents = closeOptions
|
||||
|
||||
else if this.state.mediaSummary.mediaOpen
|
||||
else if this.state.mediaSummary.mediaOpen || @state.jamTrackState?.jamTrack?
|
||||
|
||||
# give the users options to close it
|
||||
if this.state.mediaSummary.recordingOpen
|
||||
|
|
|
|||
Loading…
Reference in New Issue