Cosmetic code fixes and fix (relax) width/heigh comparison when catalog scanning

This commit is contained in:
2024-09-18 18:16:31 +10:00
parent 75313d8dd1
commit f14e29a54f
7 changed files with 8 additions and 15 deletions

View File

@@ -93,10 +93,6 @@ class stsd extends SubAtom
case 'video_codec':
return Arr::get($this->video,'codec');
case 'video_framerate':
dd($this);
// return Arr::get($this->video,'codec');
default:
return parent::__get($key);
}