liebscher / MusicCollection

A locally stored and run browser application for recording, logging, and rating your music collection.
1 stars 0 forks source link

Some Albums do not get a calculated score #16

Closed liebscher closed 4 years ago

liebscher commented 4 years ago

Why? Some albums are receiving the fallback random score.

liebscher commented 4 years ago

They were failing because scores[K] was 0.0 for the lowest of scores, which evaluated to false. This caused them to be replaced by local values.