We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a25974 commit 580ee1dCopy full SHA for 580ee1d
src/Playlist.class.php
@@ -82,7 +82,7 @@ public function getName()
82
*/
83
public function getEntries()
84
{
85
- return array_key_exists('entries', $this->playlist)?$this->playlist['entries']:'';
+ return array_key_exists('entries', $this->playlist)?$this->playlist['entries']:[];
86
}
87
/**
88
* getSource returns the source of the playlist
0 commit comments