Skip to content

v1.1.5

Compare
Choose a tag to compare
@geo-martino geo-martino released this 25 Jul 20:45
· 56 commits to master since this release

Fixed

  • Bug in escaping of '&' characters when export :py:class:.XAutoPF playlists with the :py:class:.XMLPlaylistParser.
    Was previously escaping multiple times when already escaped e.g. '&' > '&'.
    Now correctly skips already occurrences of '&'.