fix: image random seed uncheck not work
This commit is contained in:
@@ -269,7 +269,7 @@ const AudioPlayer: React.FC<AudioPlayerProps> = forwardRef((props, ref) => {
|
||||
</div>
|
||||
</div>
|
||||
<audio
|
||||
controls
|
||||
crossOrigin="anonymous"
|
||||
autoPlay={autoplay}
|
||||
src={props.url}
|
||||
ref={audioRef}
|
||||
|
||||
Reference in New Issue
Block a user