aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
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.',