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:
@@ -99,7 +99,7 @@ needle.get(`https://${config['netlify-domain']}/lastUpdate.json`, config.needle,
|
||||
meta.issueNumber = addon.number
|
||||
meta.commentCount = (addon.comments || {}).totalCount || 0
|
||||
meta.postId = addon.id
|
||||
if (score > -10) {
|
||||
if (score > config['minimum-score']) {
|
||||
meta.score = score
|
||||
addons.push(meta)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user