-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels