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.

Updated Midomi host-specific metadata parsing to use positional modifier functions instead of keyed string fields. - zhengqunkoo/webpage-scrobbler