Skip to content

Commit 580ee1d

Browse files
committed
fixed type conflict
1 parent 6a25974 commit 580ee1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playlist.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getName()
8282
*/
8383
public function getEntries()
8484
{
85-
return array_key_exists('entries', $this->playlist)?$this->playlist['entries']:'';
85+
return array_key_exists('entries', $this->playlist)?$this->playlist['entries']:[];
8686
}
8787
/**
8888
* getSource returns the source of the playlist

0 commit comments

Comments
 (0)