mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
Update build.js
This commit is contained in:
@@ -126,7 +126,9 @@ needle.get(`https://${config['netlify-domain']}/lastUpdate.json`, config.needle,
|
||||
return
|
||||
}
|
||||
if (readingFor === 'language') {
|
||||
meta[readingFor] = chunk.split('; ')[0].split(' (')[0].trim()
|
||||
lang = chunk.split('; ')[0].split(' (')[0].trim()
|
||||
if (lang !== '_No response_')
|
||||
meta[readingFor] = lang
|
||||
return
|
||||
}
|
||||
meta[readingFor] += chunk
|
||||
|
||||
Reference in New Issue
Block a user