mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Update scripts
This commit is contained in:
@@ -17,10 +17,10 @@ export class Playlist {
|
||||
}
|
||||
|
||||
toString() {
|
||||
let output = '#EXTM3U\n'
|
||||
let output = '#EXTM3U\r\n'
|
||||
|
||||
this.streams.forEach((stream: Stream) => {
|
||||
output += stream.toString(this.options) + '\n'
|
||||
output += stream.toString(this.options) + '\r\n'
|
||||
})
|
||||
|
||||
return output
|
||||
|
||||
Reference in New Issue
Block a user