Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [1f207b383e]:

To Artifact [744b6117ce]:


68
69
70
71
72
73
74
75
76
                del conf[key]
        # add defs
        conf.defaults()
        for name in module_list():
            if not name in conf.plugins:
                conf.add_plugin_defaults(plugin_meta(module=name), name)
        # show configwin
        self.parent.status("Default settings restored. Press [save] to apply them, then restart Streamtuner2.")
        self.parent.configwin.open(None)







|

68
69
70
71
72
73
74
75
76
                del conf[key]
        # add defs
        conf.defaults()
        for name in module_list():
            if not name in conf.plugins:
                conf.add_plugin_defaults(plugin_meta(module=name), name)
        # show configwin
        self.parent.status('<span background="yellow">Default settings restored. Press [save] to apply them, then restart Streamtuner2.</span>', markup=1)
        self.parent.configwin.open(None)