mirror of
https://github.com/stronk-dev/OrchestratorTracker.git
synced 2025-07-05 02:45:10 +02:00
Fix getting the golivepeer version
This commit is contained in:
parent
9787af6174
commit
cbddbf82fc
@ -191,7 +191,7 @@ const discoverOrchestrator = async function (target) {
|
|||||||
discoveryResults: {
|
discoveryResults: {
|
||||||
transcoder: orchestratorInfo.transcoder,
|
transcoder: orchestratorInfo.transcoder,
|
||||||
price_info: orchestratorInfo.price_info,
|
price_info: orchestratorInfo.price_info,
|
||||||
version: orchestratorInfo.version,
|
version: orchestratorInfo?.capabilities?.version,
|
||||||
latency: elapsed,
|
latency: elapsed,
|
||||||
err: orchestratorInfo.err,
|
err: orchestratorInfo.err,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user