Skip to content

Commit a5684e7

Browse files
committed
Flush content so page display quicker
MythFrontend::findFrontends() may take a very long time to return. So flush any content. Partially Fixes #11051
1 parent 35edce5 commit a5684e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/tv/tmpl/default/detail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ function updateHomePage(item) {
853853
</div>
854854

855855
<?php
856+
flush();
856857
$frontends = MythFrontend::findFrontends();
857858
if (is_array($frontends)) {
858859
echo '<div class="x-frontends">'.t('Play Recording on Frontend').':<ul>';

0 commit comments

Comments
 (0)