mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
fix TechnicalInformation
This commit is contained in:
@@ -79,7 +79,7 @@ class TechnicalInformation
|
||||
|
||||
public function getRefFrame()
|
||||
{
|
||||
foreach ($this->mediaInfoArr['Video'] as $key => $value) {
|
||||
foreach ($this->mediaInfoArr['Video'] ?? [] as $key => $value) {
|
||||
if (strpos($key, 'Reference frames') !== false) {
|
||||
return $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user