Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined index: comments #304

Closed
RemiHin opened this issue Apr 8, 2021 · 1 comment
Closed

Undefined index: comments #304

RemiHin opened this issue Apr 8, 2021 · 1 comment

Comments

@RemiHin
Copy link

RemiHin commented Apr 8, 2021

Undefined index: comments

at vendor/james-heinrich/getid3/getid3/getid3.lib.php:1607
1603▕ 'tracknumber' => 'track_number',
1604▕ 'track' => 'track_number',
1605▕ );
1606▕ foreach ($StandardizeFieldNames as $badkey => $goodkey) {
➜ 1607▕ if (array_key_exists($badkey, $ThisFileInfo['comments']) && !array_key_exists($goodkey, $ThisFileInfo['comments'])) {
1608▕ $ThisFileInfo['comments'][$goodkey] = $ThisFileInfo['comments'][$badkey];
1609▕ unset($ThisFileInfo['comments'][$badkey]);
1610▕ }
1611▕ }

JamesHeinrich added a commit that referenced this issue Apr 8, 2021
@JamesHeinrich
Copy link
Owner

Fixed in e54782d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants