Skip to content

Commit

Permalink
[M3uFormat] more readable playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
boyska committed Mar 5, 2024
1 parent e4a673a commit 0365299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/M3uFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function render(): string
if ($this->url === null) {
return '';
}
$text = '';
$text = "\n";
$commentParts = [];
if ($this->duration !== null && $this->duration > 0) {
$commentParts[] = $this->duration;
Expand Down

0 comments on commit 0365299

Please sign in to comment.