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