Closed alexbelgium closed 2 months ago
That is a pretty silly bug :-) Since get_sci_name() is based on get_com_en_name(), that one should probably be fixed too, I guess (though I'm not sure the bug could easily be triggered there)
Any reason a straight compare could not be used?
if ($label === $com_name) ....
You're right, this is indeed much more logical. Thanks
Solve https://github.com/Nachtzuster/BirdNET-Pi/issues/186
Tested