fix: find platform type based on browser second argument (for pairing code)

fix #481 #228
This commit is contained in:
allburov
2023-11-20 15:03:00 +07:00
parent 32533ed7f6
commit 73ffb2a011

View File

@@ -525,7 +525,7 @@ export const makeSocket = (config: SocketConfig) => {
{
tag: 'companion_platform_display',
attrs: {},
content: config.browser[0]
content: `${config.browser[1]} (${config.browser[0]})`
},
{
tag: 'link_code_pairing_nonce',