Skip to content

Commit cd6b275

Browse files
committed
Set nowplaying to empty, instead of false.
Prevents irrelevant attribute from showing.
1 parent 0e6ff74 commit cd6b275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ableplayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function ableplayer_shortcode( $atts, $content = null ) {
419419
'start' => '',
420420
'volume' => '',
421421
'seekinterval' => '',
422-
'nowplaying' => 'false',
422+
'nowplaying' => '',
423423
'skin' => '2020',
424424
),
425425
$atts,

0 commit comments

Comments
 (0)