You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging a little deeper, it seems that the issue is not from there, but could be coming from getID3 which probably has the same issue somewhere in their code...
I happened to encounter a bug recently with Low Roar's album: "0".
Since
empty("0")
is true, there is a problem with this code in SongManager.php:Do you think
isset
would be a better approach thanempty
?The text was updated successfully, but these errors were encountered: