pushed
zhengqunkoo/webpage-scrobbler • 4:42 PM - Aug 10, 2021
This change refactors hostToModifiers in js/webpage-scrobbler.js so host-specific parsing is indexed by field position rather than property name. For www.midomi.com, the modifiers are now expressed as an ordered array with the album transform in the third slot, which likely aligns the mapping logic with how metadata is consumed elsewhere in the scrobbler. The practical effect is more consistent host override handling and less room for field-name mismatches during parsing.