pogly-standalone icon indicating copy to clipboard operation
pogly-standalone copied to clipboard

Changing local stream override requires reload

Open MattIPv4 opened this issue 8 months ago • 0 comments
trafficstars

Once you set the stream override in the settings, you have to reload the app to get the stream player to update. Ideally, the player would just update once you press save.

I think the reload is needed currently as the setting is just writing/reading to local storage directly, so only reads on load. It probably could be moved to a context instead with syncExternalStore for local storage persistence?

MattIPv4 avatar Mar 10 '25 18:03 MattIPv4