always render AudioPlayer DOM
This commit is contained in:
@@ -174,7 +174,6 @@ function AudioPlayer(props) {
|
||||
)}
|
||||
</span>
|
||||
|
||||
{playingURL !== "" && (
|
||||
<audio
|
||||
id="dom-player"
|
||||
controls
|
||||
@@ -183,7 +182,6 @@ function AudioPlayer(props) {
|
||||
className="audio-player"
|
||||
src={playingURL}
|
||||
></audio>
|
||||
)}
|
||||
|
||||
<FfmpegConfig
|
||||
selectedFfmpegConfig={selectedFfmpegConfig}
|
||||
|
||||
Reference in New Issue
Block a user