We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a673a commit 0365299Copy full SHA for 0365299
formats/M3uFormat.php
@@ -59,7 +59,7 @@ public function render(): string
59
if ($this->url === null) {
60
return '';
61
}
62
- $text = '';
+ $text = "\n";
63
$commentParts = [];
64
if ($this->duration !== null && $this->duration > 0) {
65
$commentParts[] = $this->duration;
0 commit comments