masmu / pulseaudio-dlna

A lightweight streaming server which brings DLNA / UPNP and Chromecast support to PulseAudio and Linux
GNU General Public License v3.0
1.25k stars 161 forks source link

Fix issue 402, when xml url attribute is prefixed by spaces. #414

Open stuaxo opened 3 years ago

stuaxo commented 3 years ago

Fix for https://github.com/masmu/pulseaudio-dlna/issues/402

I also ran the code through Black for formatting, renamed "bytes" to "xml_bytes" so we don't shadow the bytes builtin.