Browse Source

fix: Respect the disableRtx config option.

master
George Politis 8 years ago
parent
commit
a7015b0d1a
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      config.js

+ 2
- 1
config.js View File

@@ -78,5 +78,6 @@ var config = { // eslint-disable-line no-unused-vars
78 78
     // edit their profile.
79 79
     enableUserRolesBasedOnToken: false,
80 80
     // Suspending video might cause problems with audio playback. Disabling until these are fixed.
81
-    disableSuspendVideo: true
81
+    disableSuspendVideo: true,
82
+    disableRtx: true
82 83
 };

Loading…
Cancel
Save