9and3r / mopidy-touchscreen

Extension for displaying track info and controlling Mopidy from a touch screen using PyGame/SDL
Apache License 2.0
45 stars 24 forks source link

fixed playlist tracks without names #14

Closed jgeisler0303 closed 8 years ago

jgeisler0303 commented 8 years ago

Hi, currently the playlist screen hangs when an m3u file has only a url to a stream and the stream doesn't supply a stream name. This commit fixes this problem.

ghost commented 8 years ago

Thanks