-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Reset Tonie to Default vie WEBUI After Testing Web Radio #235
Comments
thats only a searchfield. its not related to any stored field. |
However, the behavior where it is not immediately activated live after setting is definitely a bug, even if it's not critical. "No Cloud" is activated, but if you are just testing, you may not reload the page. After removing it, when it should revert to the default, both "No Cloud" and "Live" should return to false. |
I clear now the field if the edit dialog is opened. Set it to live is not totally clear. sometimes the user has to use his brain. resetting the cloud and live flag is not so easy. it could be done if the tag was an original one, but if it was a custom one, that would not be good. I will think about that. |
I adapted the live setting accordingly. If the new source starts with "http" it's most likely a stream. In this case the live flag is set. If it's not starting with "http", I remove the live flag. Removing the nocloud flag is not easily possible as said before. so i leave that as it is if it was enabled once. |
Live flag is set, but not showing in WebUI. |
there is some action happening in the backend obviously... but this should be now fixed (at least in my develop branch) |
After testing the Web Radio feature on a Tonie, I attempted to reset the Tonie back to its default settings. Simply deleting the URL did not work, and clicking the "X" to remove it had no effect either. Each time I clicked "Edit," the Web Radio reappeared.
To resolve this issue, I had to manually reset the Tonie by editing its JSON configuration. This process was not intuitive and could be streamlined to improve user experience.
Steps to Reproduce:
Expected Behavior:
The Tonie should be able to return to its default state without needing to manually edit the JSON.
Actual Behavior:
The Web Radio remains active despite attempts to remove it through the interface.
The text was updated successfully, but these errors were encountered: