Skip to content

fix uninitialized values in get_audio_fileinfo() #27

@geuma

Description

@geuma

for instance

is
$$info{GENRE} = $tag->{'GENRE'} if defined($tag->{'GENRE'}) && length($tag->{'GENRE'}) > 0;
a better idea than
$$info{GENRE} = $tag->{'GENRE'} if length($tag->{'GENRE'}) > 0;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions