Made the Playlist.save()-function write a header again.
This commit is contained in:
parent
4cd6482571
commit
e845c41ca3
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue