Bläddra i källkod

config: Disable suspend video by default.

j8
Boris Grozev 8 år sedan
förälder
incheckning
7707e384c5
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3
    1
      config.js

+ 3
- 1
config.js Visa fil

@@ -76,5 +76,7 @@ var config = { // eslint-disable-line no-unused-vars
76 76
     // If true - all users without token will be considered guests and all users
77 77
     // with token will be considered non-guests. Only guests will be allowed to
78 78
     // edit their profile.
79
-    enableUserRolesBasedOnToken: false
79
+    enableUserRolesBasedOnToken: false,
80
+    // Suspending video might cause problems with audio playback. Disabling until these are fixed.
81
+    disableSuspendVideo: true
80 82
 };

Laddar…
Avbryt
Spara