Loading screen duration to 40 milliseconds instead of 1 second.
This commit is contained in:
parent
4bfef9fd38
commit
2a72744809
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user