Closed oskarrough closed 1 year 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.
<r4-app single-channel channel="my-radio" />
channel
singleChannel
But the refreshUserData() method keeps overwriting it when it shouldn't.
refreshUserData()
Probably I broke it somewhere, sorry. But I think I've tracked it down.
With
<r4-app single-channel channel="my-radio" />
thechannel
attr is mapped tosingleChannel
property on r4-app.But the
refreshUserData()
method keeps overwriting it when it shouldn't.