Skip to content

Commit

Permalink
Update Setup Wizard to disable all alternative player settings if not…
Browse files Browse the repository at this point in the history
… required anxdpanic#938
  • Loading branch information
MoojMidge committed Nov 2, 2024
1 parent c32d213 commit aca9124
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ def process_default_settings(context, step, steps, **_kwargs):
else:
settings.live_stream_type(1)
if not xbmcvfs.exists('special://profile/playercorefactory.xml'):
settings.support_alternative_player(False)
settings.default_player_web_urls(False)
settings.alternative_player_web_urls(False)
settings.alternative_player_adaptive(False)
if settings.cache_size() < 20:
settings.cache_size(20)
if settings.use_isa() and not httpd_status(context):
Expand Down

0 comments on commit aca9124

Please sign in to comment.