mirror of
https://github.com/iptv-org/iptv
synced 2025-12-20 12:27:27 -05:00
Update create-database.js
This commit is contained in:
5
scripts/store/setters/title.js
Normal file
5
scripts/store/setters/title.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { parser } = require('../../core')
|
||||
|
||||
module.exports = function ({ title }) {
|
||||
return parser.parseChannelName(title)
|
||||
}
|
||||
Reference in New Issue
Block a user