Gemorroj / M3uParser

Parser and generator m3u playlists
GNU Lesser General Public License v3.0
81 stars 33 forks source link

url is parsed twice #3

Closed veso266 closed 7 years ago

veso266 commented 7 years ago

Hi the url in a m3u file is shown twice if I do: echo $entry->getPath() I will get

Alternative\everclear_SMFTA.mp3 Alternative\everclear_SMFTA.mp3

out of this file:

EXTM3U

EXTINF:233,Everclear - So Much For The Afterglow

Alternative\everclear_SMFTA.mp3

Gemorroj commented 7 years ago

thx. fixed.