Skip to content

Commit 0365299

Browse files
author
boyska
committed
[M3uFormat] more readable playlists
1 parent e4a673a commit 0365299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/M3uFormat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function render(): string
5959
if ($this->url === null) {
6060
return '';
6161
}
62-
$text = '';
62+
$text = "\n";
6363
$commentParts = [];
6464
if ($this->duration !== null && $this->duration > 0) {
6565
$commentParts[] = $this->duration;

0 commit comments

Comments
 (0)