Open th2j opened 9 months ago
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
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