mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update format.js
This commit is contained in:
parent
9aeb58e15e
commit
bc6d62d4d7
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ async function removeUnsortedDuplicates(playlist) {
|
||||||
|
|
||||||
async function savePlaylist(playlist) {
|
async function savePlaylist(playlist) {
|
||||||
const original = utils.readFile(playlist.url)
|
const original = utils.readFile(playlist.url)
|
||||||
const output = playlist.toString(true)
|
const output = playlist.toString()
|
||||||
|
|
||||||
if (original === output) {
|
if (original === output) {
|
||||||
console.info(`No changes have been made.`)
|
console.info(`No changes have been made.`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue