mirror of
https://github.com/iv-org/invidious-redirect.git
synced 2024-11-22 21:39:39 +00:00
Merge pull request #36 from iv-org/updown
Update to use the new layout from api
This commit is contained in:
commit
d5e4d97f4f
@ -52,7 +52,7 @@
|
||||
return {
|
||||
name: entry[0],
|
||||
details: entry[1],
|
||||
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
|
||||
health: +(healthKnown ? entry[1].monitor.uptime : 95),
|
||||
healthKnown
|
||||
}
|
||||
}).filter(entry => {
|
||||
|
Loading…
Reference in New Issue
Block a user