mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
622fbcede7
commit
50f3b67b92
1 changed files with 6 additions and 7 deletions
|
@ -891,12 +891,6 @@ class AVideoPlugin
|
|||
}
|
||||
$_getLiveApplicationArrayPlugin = $array;
|
||||
}
|
||||
|
||||
|
||||
function getLiveApplicationArrayCMP($a, $b) {
|
||||
//var_dump($a['title'],$a['comingsoon'], $b['title'],$b['comingsoon'], $a['comingsoon'] - $b['comingsoon']);
|
||||
return $a['comingsoon'] - $b['comingsoon'];
|
||||
}
|
||||
|
||||
usort($_getLiveApplicationArrayPlugin, "getLiveApplicationArrayCMP");
|
||||
|
||||
|
@ -2322,4 +2316,9 @@ class AVideoPlugin
|
|||
|
||||
class YouPHPTubePlugin extends AVideoPlugin
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
function getLiveApplicationArrayCMP($a, $b) {
|
||||
//var_dump($a['title'],$a['comingsoon'], $b['title'],$b['comingsoon'], $a['comingsoon'] - $b['comingsoon']);
|
||||
return $a['comingsoon'] - $b['comingsoon'];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue