Преглед изворни кода

config: Disable suspend video by default.

j8
Boris Grozev пре 8 година
родитељ
комит
7707e384c5
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      config.js

+ 3
- 1
config.js Прегледај датотеку

76
     // If true - all users without token will be considered guests and all users
76
     // If true - all users without token will be considered guests and all users
77
     // with token will be considered non-guests. Only guests will be allowed to
77
     // with token will be considered non-guests. Only guests will be allowed to
78
     // edit their profile.
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
 };

Loading…
Откажи
Сачувај