瀏覽代碼

config: Disable suspend video by default.

master
Boris Grozev 9 年之前
父節點
當前提交
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…
取消
儲存