Errors from squeezebox after updating to 0.40.1

I just updated to the latest and now my squeezebox integration is failing. I see a message on the console that I can’t log in and the following is in the logs:

Mar 19 09:20:15 kato hass[525]: Traceback (most recent call last):
Mar 19 09:20:15 kato hass[525]: File “/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py”, line 148, in _async_setup_platform
Mar 19 09:20:15 kato hass[525]: entity_platform.async_schedule_add_entities, discovery_info
Mar 19 09:20:15 kato hass[525]: File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/media_player/squeezebox.py”, line 87, in async_setup_platform
Mar 19 09:20:15 kato hass[525]: players = yield from lms.create_players()
Mar 19 09:20:15 kato hass[525]: File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/media_player/squeezebox.py”, line 110, in create_players
Mar 19 09:20:15 kato hass[525]: for players in data[‘players_loop’]:
Mar 19 09:20:15 kato hass[525]: TypeError: ‘bool’ object is not subscriptable

Has anything changed?

To answer my own question, I just noticed on the configuration page the they’ve switched from the telnet port 9090 to the web port 9000.