Made the Playlist.save()-function write a header again.

This commit is contained in:
The Wobbler 2025-04-10 12:00:11 +02:00
parent 4cd6482571
commit e845c41ca3
2 changed files with 3 additions and 1 deletions

View file

@ -296,6 +296,8 @@ class Playlist:
wbz_data = ""
wbz_data += wbzm3u.assemble_line(WBZM3UData.Header)
for order in self.sorting:
wbz_data += wbzm3u.assemble_line(order)