Skip to content

Commit

Permalink
Roll back zapstream part of b89dffd
Browse files Browse the repository at this point in the history
it's not nice to change default behaviour of a plugin without telling people.
Been flashing old images and searching for hours to spot that one!!
  • Loading branch information
teamblue-e2 committed Feb 23, 2021
1 parent feddff3 commit 5e41f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.py
Expand Up @@ -57,7 +57,7 @@
config.OpenWebif.webcache = ConfigSubsection()
# FIXME: anything better than a ConfigText?
config.OpenWebif.webcache.collapsedmenus = ConfigText(default="", fixed_size=False)
config.OpenWebif.webcache.zapstream = ConfigYesNo(default=True)
config.OpenWebif.webcache.zapstream = ConfigYesNo(default=False)
config.OpenWebif.webcache.theme = ConfigSelection(default='original', choices=THEMES)
config.OpenWebif.webcache.moviesort = ConfigSelection(default='name', choices=['name', 'named', 'date', 'dated'])
config.OpenWebif.webcache.showpicons = ConfigYesNo(default=True)
Expand Down

0 comments on commit 5e41f89

Please sign in to comment.