Pārlūkot izejas kodu

Merge pull request #1194 from bgrozev/disable-suspend-video

config: Disable suspend video by default.
master
hristoterezov 9 gadus atpakaļ
vecāks
revīzija
8c3fb54d3d
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3
    1
      config.js

+ 3
- 1
config.js Parādīt failu

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
 };

Notiek ielāde…
Atcelt
Saglabāt