Loading screen duration to 40 milliseconds instead of 1 second.

This commit is contained in:
vexorian 2020-09-17 20:29:32 -04:00
parent 4bfef9fd38
commit 2a72744809

View File

@ -158,8 +158,8 @@ function video( channelDB , db) {
if (isLoading) {
lineupItem = {
type: 'loading',
streamDuration: 1000,
duration: 1000,
streamDuration: 40,
duration: 40,
start: 0,
};
} else if (lineupItem == null) {