mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Update db.js
This commit is contained in:
@@ -83,6 +83,11 @@ db.channels = {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!this.nsfw) {
|
||||||
|
output = output.filter(channel => !channel.isNSFW())
|
||||||
|
}
|
||||||
|
|
||||||
|
this.nsfw = true
|
||||||
this.duplicates = true
|
this.duplicates = true
|
||||||
this.filter = null
|
this.filter = null
|
||||||
|
|
||||||
@@ -93,6 +98,11 @@ db.channels = {
|
|||||||
|
|
||||||
return this
|
return this
|
||||||
},
|
},
|
||||||
|
removeNSFW() {
|
||||||
|
this.nsfw = false
|
||||||
|
|
||||||
|
return this
|
||||||
|
},
|
||||||
all() {
|
all() {
|
||||||
return this.list
|
return this.list
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user