JamesHeinrich / getID3

http://www.getid3.org/
Other
1.13k stars 245 forks source link

PHP Notice: Undefined index: data #424

Closed aonamrata closed 8 months ago

aonamrata commented 8 months ago

Array ( [offset] => 48 [size] => 10 [data] => 05 - Demo ) Array ( [offset] => 66 [size] => 2446 ) PHP Notice: Undefined index: data in mydir\vendor\james-heinrich\getid3\getid3\module.audio-video.riff.php on line 2038

I think we should add an isset or empty check here .

Changes: https://github.com/JamesHeinrich/getID3/pull/423

I could not test all the other things that might be affected. so creating an issue for someone to take a look at the changes.