From f3d3c4c0a4be1005aa9b826e0f6860f8e113e09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 26 Dec 2021 12:44:46 -0500 Subject: Disable 'Prefer integrated sources' for default --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index da42847..540d3f7 100644 --- a/settings.py +++ b/settings.py @@ -202,7 +202,7 @@ For security reasons, enabling this is not recommended.''', ('prefer_uni_sources', { 'label': 'Prefer integrated sources', 'type': bool, - 'default': True, + 'default': False, 'comment': '', 'category': 'playback', 'description': 'If enabled and the default resolution is set to 360p or 720p, uses the unified (integrated) video files which contain audio and video, with buffering managed by the browser. If disabled, always uses the separate audio and video files through custom buffer management in av-merge via MediaSource.', -- cgit v1.2.3