diff --git a/resources/lib/youtube_plugin/kodion/settings/abstract_settings.py b/resources/lib/youtube_plugin/kodion/settings/abstract_settings.py index bc1eb53ac..ded5198df 100644 --- a/resources/lib/youtube_plugin/kodion/settings/abstract_settings.py +++ b/resources/lib/youtube_plugin/kodion/settings/abstract_settings.py @@ -388,10 +388,10 @@ def use_mpd_videos(self, value=None): def live_stream_type(self, value=None): if self.use_isa(): - default = 2 + default = 3 setting = SETTINGS.LIVE_STREAMS + '.1' else: - default = 0 + default = 1 setting = SETTINGS.LIVE_STREAMS + '.2' if value is not None: return self.set_int(setting, value) diff --git a/resources/lib/youtube_plugin/youtube/helper/yt_setup_wizard.py b/resources/lib/youtube_plugin/youtube/helper/yt_setup_wizard.py index fd5192ace..97de8a924 100644 --- a/resources/lib/youtube_plugin/youtube/helper/yt_setup_wizard.py +++ b/resources/lib/youtube_plugin/youtube/helper/yt_setup_wizard.py @@ -74,7 +74,7 @@ def process_default_settings(context, step, steps, **_kwargs): settings.stream_select(4 if settings.ask_for_video_quality() else 3) settings.set_subtitle_download(False) if context.get_system_version().compatible(21): - settings.live_stream_type(2) + settings.live_stream_type(3) else: settings.live_stream_type(1) if not xbmcvfs.exists('special://profile/playercorefactory.xml'): diff --git a/resources/settings.xml b/resources/settings.xml index 9aa410b35..7251342dd 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -688,7 +688,7 @@ 0 - 2 + 3