LMS-Community / plugin-Qobuz

Squeebox plugin to stream from qobuz.com
31 stars 16 forks source link

favorite artists number #72

Open th2j opened 9 months ago

th2j commented 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