Media players no longer available after upgrading to 0.110.1

Anyone else having issues? My squeezebox players and denon are throwing errors.

Logger: pysqueezebox.pysqueezebox
Source: main.py:356
First occurred: 5:29:53 PM (1 occurrences)
Last logged: 5:29:53 PM

Failed communicating with LMS: <class ‘concurrent.futures._base.TimeoutError’>

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 442, in wait_for
return fut.result()
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/denonavr/media_player.py”, line 106, in setup_platform
show_all_sources = config[CONF_SHOW_ALL_SOURCES]
KeyError: ‘show_all_sources’