Skip to content

Commit

Permalink
0-24 stream order, print only 3 chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWe35 committed Oct 13, 2020
1 parent 05c282a commit d1f7cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get/stream_resolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@


if ($stream['streamid'] == 74) { // 0-24 music live
$videos = [40, 41, 18];
$videos = [41, 40, 18];
print_loop_stream($videos, $stream, $portal);
} else {
print_stream($stream, $portal);
Expand Down
2 changes: 1 addition & 1 deletion model/stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function print_loop_stream($videos, $stream, $portal) {
}
}
$start_chunk = false;
if ($chunk_printed == 6) {
if ($chunk_printed == 3) {
return true;
}

Expand Down

0 comments on commit d1f7cd0

Please sign in to comment.