Hello
When i scan my qobuz library, LMS print a wrong favorite artists number (the result is +1 than the real number)
I think that in Importer.pm, you need to change :
$progress->total($progress->total + scalar @$artists);
to
$progress->total(scalar @$artists);
Thanks
Thomas