radio4000 / components

web-components to build the r4 interfaces, uses the sdk
https://components.radio4000.com/
1 stars 0 forks source link

Fix single-channel mode #151

Closed oskarrough closed 11 months ago

oskarrough commented 11 months ago

Probably I broke it somewhere, sorry. But I think I've tracked it down.

With <r4-app single-channel channel="my-radio" /> the channel attr is mapped to singleChannel property on r4-app.

But the refreshUserData() method keeps overwriting it when it shouldn't.