mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Update create-database.js
This commit is contained in:
parent
fa4bad3dca
commit
46deb7f004
8 changed files with 34 additions and 27 deletions
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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue